.
Deploy / deploy (push) Successful in 37s

This commit is contained in:
2026-05-07 21:58:33 +02:00
parent 38b2135f01
commit 4f18b193c9
-5
View File
@@ -74,8 +74,3 @@ 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 ''
);