migration update
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
ALTER TABLE gateways
|
||||
ADD COLUMN last_ports_check_utc BIGINT;
|
||||
ADD COLUMN IF NOT EXISTS last_ports_check_utc BIGINT;
|
||||
|
||||
ALTER TABLE testruns
|
||||
ADD COLUMN kind SMALLINT NOT NULL DEFAULT 0;
|
||||
ADD COLUMN IF NOT EXISTS kind SMALLINT NOT NULL DEFAULT 0;
|
||||
|
||||
CREATE INDEX IF NOT EXISTS idx_testruns_kind_status_created
|
||||
ON testruns (kind, status, created_utc);
|
||||
|
||||
Reference in New Issue
Block a user