Skip to content
Snippets Groups Projects
Commit 8f334917 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

select db no longer depends on valid current db

parent 6ca9666b
Branches
Tags
No related merge requests found
Pipeline #21577 canceled with stage
in 19 minutes and 19 seconds
......@@ -6,8 +6,10 @@ $database_name = $argv[1];
require 'includes.php';
Bokeh_Engine::getInstance()->warmUpFiles();
Bokeh_Engine::getInstance()
->warmUpFiles()
->warmUpSession();
(new Class_Migration_UpdateConfig)->run($database_name);
(new Class_Migration_UpdateDatabaseAfterSelectDb)->run();
include './scripts/upgrade_db.php';
include __DIR__.'/upgrade_db.php';
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment