v0.13.0 - Add Consumption Sheets module and database migration system
This commit is contained in:
4
app.py
4
app.py
@@ -54,6 +54,10 @@ if not os.path.exists(db_path):
|
||||
create_default_users()
|
||||
print("Database initialized!")
|
||||
|
||||
# Run migrations to apply any pending database changes
|
||||
from migrations import run_migrations
|
||||
run_migrations()
|
||||
|
||||
|
||||
# ==================== ROUTES: AUTHENTICATION ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user