+1
-2
@@ -73,6 +73,5 @@ INSERT IGNORE INTO teams (name, color) VALUES
|
||||
-- Ensure notes column exists and grant ALTER privilege
|
||||
CREATE TABLE IF NOT EXISTS node_notes (
|
||||
node_id INT PRIMARY KEY,
|
||||
notes TEXT DEFAULT '',
|
||||
FOREIGN KEY (node_id) REFERENCES network_nodes(id) ON DELETE CASCADE
|
||||
notes TEXT DEFAULT ''
|
||||
);
|
||||
Reference in New Issue
Block a user