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