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

2 lines
No EOL
65 B
SQL

alter table messages
add column counter_channel_id text not null;