chore: finish renaming pages to communities
This commit is contained in:
parent
d6fbfc3cd6
commit
00abbc8fa2
8 changed files with 31 additions and 30 deletions
|
@ -14,7 +14,7 @@ impl DataManager {
|
|||
};
|
||||
|
||||
execute!(&conn, common::CREATE_TABLE_USERS).unwrap();
|
||||
execute!(&conn, common::CREATE_TABLE_JOURNALS).unwrap();
|
||||
execute!(&conn, common::CREATE_TABLE_COMMUNITIES).unwrap();
|
||||
execute!(&conn, common::CREATE_TABLE_POSTS).unwrap();
|
||||
execute!(&conn, common::CREATE_TABLE_MEMBERSHIPS).unwrap();
|
||||
execute!(&conn, common::CREATE_TABLE_REACTIONS).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue