Updated database, added new migrations

This commit is contained in:
algizn97
2025-11-09 15:18:18 +05:00
parent 7c85c03d10
commit 34922e6998
8 changed files with 8 additions and 212 deletions

View File

@@ -84,7 +84,7 @@ path_separator = os
# database URL. This is consumed by the user-maintained env.py script only.
# other means of configuring database URLs may be customized within the env.py
# file.
sqlalchemy.url = sqlite+aiosqlite:///./database/db/stcs.db
sqlalchemy.url = sqlite+aiosqlite:///./database/dbases/stcs.db
[post_write_hooks]