This commit is contained in:
parent
1476d4262d
commit
79ab0d6a4c
5
main.py
5
main.py
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user