create-all-tables-fix
This commit is contained in:
parent
bf33cdc95c
commit
63ebf3af2d
12
main.py
12
main.py
|
@ -46,20 +46,22 @@ async def start():
|
|||
|
||||
def create_all_tables():
|
||||
for model in [
|
||||
# user.User,
|
||||
author.Author,
|
||||
author.AuthorRating,
|
||||
author.AuthorFollower,
|
||||
notification.Notification,
|
||||
notification.NotificationSeen,
|
||||
shout.Shout,
|
||||
shout.ShoutAuthor,
|
||||
shout.ShoutTopic,
|
||||
shout.ShoutCommunity,
|
||||
topic.Topic,
|
||||
topic.TopicFollower,
|
||||
shout.ShoutTopic,
|
||||
reaction.Reaction,
|
||||
shout.ShoutReactionsFollower,
|
||||
author.AuthorRating,
|
||||
community.Community,
|
||||
shout.ShoutCommunity,
|
||||
community.CommunityFollower,
|
||||
notification.Notification,
|
||||
notification.NotificationSeen,
|
||||
# collection.Collection, collection.ShoutCollection,
|
||||
# invite.Invite
|
||||
]:
|
||||
|
|
Loading…
Reference in New Issue
Block a user