mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 21:39:24 +00:00
merge migrations
This commit is contained in:
@@ -3,3 +3,9 @@ ALTER TABLE delphi_issue_detail_verdicts
|
|||||||
|
|
||||||
ALTER TABLE delphi_global_detail_verdicts
|
ALTER TABLE delphi_global_detail_verdicts
|
||||||
ADD COLUMN updated_at TIMESTAMPTZ;
|
ADD COLUMN updated_at TIMESTAMPTZ;
|
||||||
|
|
||||||
|
CREATE INDEX delphi_report_issue_details_issue_id
|
||||||
|
ON delphi_report_issue_details (issue_id);
|
||||||
|
|
||||||
|
CREATE INDEX threads_messages_thread_id_created_id
|
||||||
|
ON threads_messages (thread_id, created DESC, id DESC);
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
CREATE INDEX delphi_report_issue_details_issue_id
|
|
||||||
ON delphi_report_issue_details (issue_id);
|
|
||||||
|
|
||||||
CREATE INDEX threads_messages_thread_id_created_id
|
|
||||||
ON threads_messages (thread_id, created DESC, id DESC);
|
|
||||||
Reference in New Issue
Block a user