diff --git a/backend/config/database.php b/backend/config/database.php index 70b850c..07edb7a 100644 --- a/backend/config/database.php +++ b/backend/config/database.php @@ -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 '')"); -} } \ No newline at end of file