Skip to content
Snippets Groups Projects
Unverified Commit edd4dfbc authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Merge pull request #9721 from metabase/dont-migrate-task-history

Dont migrate task_history from H2 -> Postgres/MySQL
parents 16290182 a6514539
Branches
Tags
No related merge requests found
......@@ -52,7 +52,6 @@
[session :refer [Session]]
[setting :refer [Setting]]
[table :refer [Table]]
[task-history :refer [TaskHistory]]
[user :refer [User]]
[view-log :refer [ViewLog]]]))
......@@ -94,7 +93,6 @@
CollectionRevision
DashboardFavorite
Dimension
TaskHistory
;; migrate the list of finished DataMigrations as the very last thing (all models to copy over should be listed
;; above this line)
DataMigrations])
......
......@@ -12,7 +12,8 @@
(def ^:private models-to-exclude
"Models that should *not* be migrated in `load-from-h2`."
#{"Query"
#{"TaskHistory"
"Query"
"QueryCache"
"QueryExecution"})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment