This commit is contained in:
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,
|
||||
|
Reference in New Issue
Block a user