Compare commits
4
Commits
dev
...
df000eace9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df000eace9 | ||
|
|
74617a1e0f | ||
|
|
bc80b5fcf1 | ||
|
|
0c82ce6100 |
@@ -21,6 +21,7 @@ CREATE TABLE IF NOT EXISTS devices (
|
|||||||
switch_hostname TEXT NOT NULL,
|
switch_hostname TEXT NOT NULL,
|
||||||
port TEXT NOT NULL,
|
port TEXT NOT NULL,
|
||||||
name TEXT NOT NULL,
|
name TEXT NOT NULL,
|
||||||
|
is_active INTEGER DEFAULT 0,
|
||||||
FOREIGN KEY (switch_hostname) REFERENCES switches(hostname)
|
FOREIGN KEY (switch_hostname) REFERENCES switches(hostname)
|
||||||
);
|
);
|
||||||
""")
|
""")
|
||||||
|
|||||||
Reference in New Issue
Block a user