better sidebar look and layout
This commit is contained in:
		| @@ -2,8 +2,10 @@ BEGIN; | ||||
|  | ||||
| CREATE TABLE "netmap_positions" ( | ||||
|   "id" serial PRIMARY KEY, | ||||
|   "device_groups" text[] UNIQUE NOT NULL, | ||||
|   "positions" text NOT NULL | ||||
|   "device_groups" text[] NOT NULL, | ||||
|   "vlan" integer NOT NULL DEFAULT 0, | ||||
|   "positions" text NOT NULL, | ||||
|   UNIQUE ("device_groups", "vlan") | ||||
| ); | ||||
|  | ||||
| COMMIT; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user