Fix reports creation (#580)

This commit is contained in:
Geometrically
2023-04-21 11:10:57 -07:00
committed by GitHub
parent 59f24df294
commit 3a6b9f04f9
7 changed files with 185 additions and 188 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE threads DROP COLUMN project_id;
ALTER TABLE threads DROP COLUMN report_id;