🎉 Refactored backend structure: Removed unused files including app_cleaned.py, admin_api.py, admin.py, user.py, and others. Updated settings.local.json to include additional Bash commands. Enhanced admin templates for better navigation and functionality. Improved logging and error handling across various modules.
This commit is contained in:
21
backend/logs/migration/migration.log
Normal file
21
backend/logs/migration/migration.log
Normal file
@ -0,0 +1,21 @@
|
||||
2025-06-09 18:03:08 - [migration] migration - [INFO] INFO - Starte Migration der Benutzereinstellungen...
|
||||
2025-06-09 18:03:08 - [migration] migration - [INFO] INFO - Füge Spalte theme_preference zur users-Tabelle hinzu...
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Spalte theme_preference erfolgreich hinzugefügt
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Füge Spalte language_preference zur users-Tabelle hinzu...
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Spalte language_preference erfolgreich hinzugefügt
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Füge Spalte email_notifications zur users-Tabelle hinzu...
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Spalte email_notifications erfolgreich hinzugefügt
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Füge Spalte browser_notifications zur users-Tabelle hinzu...
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Spalte browser_notifications erfolgreich hinzugefügt
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Füge Spalte dashboard_layout zur users-Tabelle hinzu...
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Spalte dashboard_layout erfolgreich hinzugefügt
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Füge Spalte compact_mode zur users-Tabelle hinzu...
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Spalte compact_mode erfolgreich hinzugefügt
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Füge Spalte show_completed_jobs zur users-Tabelle hinzu...
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Spalte show_completed_jobs erfolgreich hinzugefügt
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Füge Spalte auto_refresh_interval zur users-Tabelle hinzu...
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Spalte auto_refresh_interval erfolgreich hinzugefügt
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Füge Spalte auto_logout_timeout zur users-Tabelle hinzu...
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Spalte auto_logout_timeout erfolgreich hinzugefügt
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Migration der Benutzereinstellungen erfolgreich abgeschlossen
|
||||
2025-06-09 18:03:09 - [migration] migration - [INFO] INFO - Migration erfolgreich abgeschlossen
|
Reference in New Issue
Block a user