File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11from PyMatcha .utils .password import hash_password
22from PyMatcha .utils .tables import _create_likes_table
33from PyMatcha .utils .tables import _create_matches_table
4+ from PyMatcha .utils .tables import _create_messages_table
45from PyMatcha .utils .tables import _create_reports_table
56from PyMatcha .utils .tables import _create_tags_table
67from PyMatcha .utils .tables import _create_user_table
78from PyMatcha .utils .tables import _create_views_table
8- from PyMatcha .utils .tables import _create_messages_table
99from PyMatcha .utils .tables import create_tables
1010
1111create_user_table = _create_user_table
2525 "create_reports_table" ,
2626 "create_likes_table" ,
2727 "create_matches_table" ,
28- "create_messages_table"
28+ "create_messages_table" ,
2929]
You can’t perform that action at this time.
0 commit comments