+1
-6
@@ -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 ''
|
||||
);
|
||||
FLUSH PRIVILEGES;
|
||||
Reference in New Issue
Block a user