diff --git a/main.py b/main.py index c2716c1f..6e32879b 100644 --- a/main.py +++ b/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,