Spaces:
Runtime error
Runtime error
Update scripts/database.py
Browse files- scripts/database.py +0 -1
scripts/database.py
CHANGED
|
@@ -260,7 +260,6 @@ class DatabaseManager:
|
|
| 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"""
|
|
|
|
| 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"""
|