init-create-fix
All checks were successful
Deploy on push / deploy (push) Successful in 31s

This commit is contained in:
Untone 2024-10-21 20:21:31 +03:00
parent 1476d4262d
commit 79ab0d6a4c

View File

@ -49,6 +49,8 @@ def create_all_tables():
# user.User,
author.Author,
author.AuthorFollower,
community.Community,
community.CommunityFollower,
shout.Shout,
shout.ShoutAuthor,
author.AuthorBookmark,
@ -58,9 +60,6 @@ def create_all_tables():
reaction.Reaction,
shout.ShoutReactionsFollower,
author.AuthorRating,
community.Community,
shout.ShoutCommunity,
community.CommunityFollower,
notification.Notification,
notification.NotificationSeen,
# collection.Collection, collection.ShoutCollection,