Initial commit
This commit is contained in:
commit
8c6f7d4379
21 changed files with 4184 additions and 0 deletions
5
migrations/00005_include_channel_id.sql
Normal file
5
migrations/00005_include_channel_id.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- DELETE ALL MESSAGES!
|
||||
delete from messages;
|
||||
|
||||
alter table messages
|
||||
add column counter_channel_id text not null;
|
||||
Loading…
Add table
Add a link
Reference in a new issue