.
Deploy / deploy (push) Successful in 37s

This commit is contained in:
2026-05-07 21:41:40 +02:00
parent 2f8ea69202
commit 86120c4c82
-1
View File
@@ -39,5 +39,4 @@ function migrate($db) {
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
)");
$db->exec("CREATE TABLE IF NOT EXISTS node_notes (node_id INT PRIMARY KEY, notes TEXT DEFAULT '')");
}
}