Spaces:
Runtime error
Runtime error
Update scripts/database.py
Browse files- scripts/database.py +1 -0
scripts/database.py
CHANGED
|
@@ -260,6 +260,7 @@ class DatabaseManager:
|
|
| 260 |
|
| 261 |
# Initialize default ticket categories
|
| 262 |
self._initialize_default_categories()
|
|
|
|
| 263 |
|
| 264 |
def _run_database_migrations(self, cursor):
|
| 265 |
"""Run database migrations to add missing columns to existing tables"""
|
|
|
|
| 260 |
|
| 261 |
# Initialize default ticket categories
|
| 262 |
self._initialize_default_categories()
|
| 263 |
+
self._create_default_users()
|
| 264 |
|
| 265 |
def _run_database_migrations(self, cursor):
|
| 266 |
"""Run database migrations to add missing columns to existing tables"""
|