Added in_use and priority_id field for channels urls. Added priorities table. Setup sql alchemy migration. Generate first migration.
All checks were successful
AWS Deploy on Push / build (push) Successful in 2m4s

This commit is contained in:
2025-05-26 21:24:41 -05:00
parent 76dc8908de
commit 21cc99eff6
15 changed files with 547 additions and 35 deletions

View File

@@ -10,4 +10,5 @@ boto3==1.28.0
starlette>=0.27.0
pyjwt==2.7.0
sqlalchemy==2.0.23
psycopg2-binary==2.9.9
psycopg2-binary==2.9.9
alembic==1.16.1