srv/poe_manager/create_db.py aktualisiert

This commit is contained in:
2025-09-30 19:10:55 +02:00
parent c5f6e1c708
commit 96a93188f7

View File

@@ -21,6 +21,7 @@ CREATE TABLE IF NOT EXISTS devices (
switch_hostname TEXT NOT NULL,
port TEXT NOT NULL,
name TEXT NOT NULL,
is_active INTEGER DEFAULT 0,
FOREIGN KEY (switch_hostname) REFERENCES switches(hostname)
);
""")