.
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
@@ -41,8 +41,7 @@ function migrate($db) {
try {
$db->exec("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 ''
)");
} catch (Exception $e) {
}