Update database setup to include simple migrations and enhance .gitignore

- Added the `run_simple_migrations` function call in the database initialization process to ensure any missing columns are added during setup.
- Updated the .gitignore file to exclude the `models_old.py` file, improving project cleanliness.
This commit is contained in:
machka-pasla
2025-09-04 19:52:57 +03:00
parent f11ec6a676
commit 807e3dadd3
3 changed files with 70 additions and 0 deletions
+1
View File
@@ -16,3 +16,4 @@ __pycache__/
*.pid
locales/ru_backup.json
locales/en_backup.json
db/models_old.py