Initial open source release
This commit is contained in:
commit
74992e893f
377 changed files with 118084 additions and 0 deletions
9
deploy/migrations/0022_channels.down.sql
Normal file
9
deploy/migrations/0022_channels.down.sql
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
DROP TABLE IF EXISTS channel_invites CASCADE;
|
||||
DROP TABLE IF EXISTS channel_dialogs CASCADE;
|
||||
DROP TABLE IF EXISTS channel_admin_log_events CASCADE;
|
||||
DROP TABLE IF EXISTS channel_update_events CASCADE;
|
||||
DROP TABLE IF EXISTS channel_messages CASCADE;
|
||||
DROP TABLE IF EXISTS channel_members CASCADE;
|
||||
DROP TABLE IF EXISTS channel_usernames CASCADE;
|
||||
DROP TABLE IF EXISTS channel_invite_hashes CASCADE;
|
||||
DROP TABLE IF EXISTS channels CASCADE;
|
||||
Loading…
Add table
Add a link
Reference in a new issue