From 4f18b193c9129e8105c3ce9298187a82340c95a5 Mon Sep 17 00:00:00 2001 From: janis steiner Date: Thu, 7 May 2026 21:58:33 +0200 Subject: [PATCH] . --- docker/init.sql | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docker/init.sql b/docker/init.sql index 073ce3f..12b469d 100644 --- a/docker/init.sql +++ b/docker/init.sql @@ -73,9 +73,4 @@ INSERT IGNORE INTO teams (name, color) VALUES -- Ensure the neptune user has all privileges on neptune database GRANT ALL PRIVILEGES ON neptune.* TO 'neptune'@'%'; -FLUSH PRIVILEGES; - -CREATE TABLE IF NOT EXISTS node_notes ( - node_id INT PRIMARY KEY, - notes TEXT DEFAULT '' -); \ No newline at end of file +FLUSH PRIVILEGES; \ No newline at end of file