-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7eb3d7
commit f47e3ae
Showing
12 changed files
with
12 additions
and
535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
DROP TABLE direct_messages; | ||
DROP TABLE dm_threads; | ||
DROP TABLE server_message_reads; | ||
DROP TABLE server_message_reactions; | ||
DROP TABLE server_messages; | ||
DROP TABLE server_threads; | ||
DROP TABLE group_chat_message_reads; | ||
DROP TABLE group_chat_message_reactions; | ||
DROP TABLE group_chat_messages; | ||
DROP TABLE group_chat_members; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
pub mod chat; | ||
pub mod confirmation_token; | ||
pub mod email; | ||
pub mod server; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
pub mod health_check; | ||
pub mod middleware; | ||
pub mod server; | ||
pub mod user; | ||
pub mod websockets; | ||
pub mod user; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.