mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
updated at cols + search by path
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE delphi_issue_detail_verdicts
|
||||
ADD COLUMN updated_at TIMESTAMPTZ NOT NULL DEFAULT NOW();
|
||||
|
||||
ALTER TABLE delphi_global_detail_verdicts
|
||||
ADD COLUMN updated_at TIMESTAMPTZ NOT NULL DEFAULT NOW();
|
||||
Reference in New Issue
Block a user