.
Deploy / deploy (push) Successful in 39s

This commit is contained in:
2026-05-07 21:28:32 +02:00
parent 2376ee98e7
commit bfa69f2a60
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -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 ''
);