change from ignore to skip name
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE "device_ignore" (
|
||||
CREATE TABLE "device_skip" (
|
||||
"backend" text NOT NULL,
|
||||
"device" inet NOT NULL,
|
||||
"action" text NOT NULL,
|
||||
"failures" integer DEFAULT 0,
|
||||
"ignore" boolean DEFAULT false,
|
||||
"skipover" boolean DEFAULT false,
|
||||
PRIMARY KEY ("backend", "device", "action")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user