save and load netmap positions for same device groups
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE "netmap_positions" (
|
||||
"id" serial PRIMARY KEY,
|
||||
"device_groups" text[] UNIQUE NOT NULL,
|
||||
"positions" text NOT NULL
|
||||
);
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user