skipover now implicit from deferrals/actionset; fix sql where logic with better correlation
This commit is contained in:
@@ -5,7 +5,6 @@ CREATE TABLE "device_skip" (
|
||||
"device" inet NOT NULL,
|
||||
"actionset" text[] DEFAULT '{}',
|
||||
"deferrals" integer DEFAULT 0,
|
||||
"skipover" boolean DEFAULT false,
|
||||
PRIMARY KEY ("backend", "device")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user