collection-fix
Some checks failed
Deploy on push / deploy (push) Failing after 2m37s

This commit is contained in:
2025-08-20 21:24:52 +03:00
parent 2a3464005f
commit 7828a793ee
3 changed files with 17 additions and 17 deletions

View File

@@ -64,8 +64,8 @@ def create_all_tables() -> None:
notification.Notification, # Зависит от Author
notification.NotificationSeen, # Зависит от Notification
collection.Collection, # Зависит от Author
collection.ShoutCollection, # Зависит от Collection и Shout
invite.Invite, # Зависит от Author и Shout
collection.ShoutCollection, # Зависит от Collection и Shout
]
with local_session() as session: