Modrinth/apps/labrinth/migrations/20230421174120_remove-threads-ref.sql
2024-10-16 14:11:42 -07:00

2 lines
86 B
SQL

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