Files
mostlymatter/db/migrations/postgres/000042_create_threads.down.sql
2022-01-08 10:16:07 +02:00

6 строки
130 B
SQL

DROP INDEX IF EXISTS idx_threads_channel_id;
ALTER TABLE threads DROP COLUMN IF EXISTS channelid;
DROP TABLE IF EXISTS threads;