Modrinth/migrations/20230421174120_remove-threads-ref.sql
2023-04-21 11:10:57 -07:00

2 lines
86 B
SQL

ALTER TABLE threads DROP COLUMN project_id;
ALTER TABLE threads DROP COLUMN report_id;