rename failures column to be deferrals
This commit is contained in:
@@ -4,8 +4,8 @@ CREATE TABLE "device_skip" (
|
||||
"backend" text NOT NULL,
|
||||
"device" inet NOT NULL,
|
||||
"action" text NOT NULL,
|
||||
"failures" integer DEFAULT 0,
|
||||
"skipover" boolean DEFAULT false,
|
||||
"deferrals" integer DEFAULT 0,
|
||||
"skipover" boolean DEFAULT false,
|
||||
PRIMARY KEY ("backend", "device", "action")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user