fixing errors
Deploy / deploy (push) Successful in 38s

This commit is contained in:
2026-05-07 21:33:21 +02:00
parent bfa69f2a60
commit 8321e3b889
3 changed files with 10 additions and 5 deletions
+4 -1
View File
@@ -70,7 +70,10 @@ INSERT IGNORE INTO teams (name, color) VALUES
('SOC', '#ffc107'),
('Threat Intel', '#198754');
-- Ensure notes column exists and grant ALTER privilege
-- 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 ''