relocate repo files so ND2 is the only code
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE "topology" (
|
||||
"dev1" inet NOT NULL,
|
||||
"port1" text NOT NULL,
|
||||
"dev2" inet NOT NULL,
|
||||
"port2" text NOT NULL
|
||||
);
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user