paringboard/migrations/00005_include_channel_id.sql
2026-01-05 22:54:32 +09:00

5 lines
No EOL
112 B
SQL

-- DELETE ALL MESSAGES!
delete from messages;
alter table messages
add column counter_channel_id text not null;