5 lines
No EOL
112 B
SQL
5 lines
No EOL
112 B
SQL
-- DELETE ALL MESSAGES!
|
|
delete from messages;
|
|
|
|
alter table messages
|
|
add column counter_channel_id text not null; |