Skip to content
Snippets Groups Projects
Commit 5e462b99 authored by Arthur Ulfeldt's avatar Arthur Ulfeldt Committed by GitHub
Browse files

Merge pull request #5079 from metabase/issue-5073-run-premigration-on-maria-db

Fix Issue 5073
parents 6e8481cb c7e3c869
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@
see https://github.com/metabase/metabase/issues/3715"
[conn]
(let [liquibases-table-name (if (= (db-type) :h2)
(let [liquibases-table-name (if (#{:h2 :mysql} (db-type))
"DATABASECHANGELOG"
"databasechangelog")
fresh-install? (jdbc/with-db-metadata [meta (jdbc-details)] ;; don't migrate on fresh install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment