@@ -39,7 +39,7 @@ function migrate($db) {
|
||||
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
|
||||
)");
|
||||
try {
|
||||
$db->exec("ALTER TABLE network_nodes ADD COLUMN notes TEXT DEFAULT '' AFTER group_name");
|
||||
$db->exec("ALTER TABLE network_nodes ADD COLUMN notes TEXT DEFAULT ''");
|
||||
} catch (Exception $e) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user