From 86120c4c828f9c50cb8a380a7a138059b5193997 Mon Sep 17 00:00:00 2001 From: janis steiner Date: Thu, 7 May 2026 21:41:40 +0200 Subject: [PATCH] . --- backend/config/database.php | 1 - 1 file changed, 1 deletion(-) 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