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

Merge pull request #6394 from metabase/sync-sample-dataset

Go ahead and sync the sample dataset
parents c9f7b7fb ccd61a07
No related branches found
No related tags found
No related merge requests found
......@@ -164,8 +164,8 @@
;;; +------------------------------------------------------------------------------------------------------------------------+
(defn task-init
"Automatically called during startup; start the jobs for syncing/analyzing and updating FieldValues for all Dtabases besides
the sample dataset."
"Automatically called during startup; start the jobs for syncing/analyzing and updating FieldValues for all
Databases."
[]
(doseq [database (db/select Database, :is_sample false)]
(doseq [database (db/select Database)]
(schedule-tasks-for-db! database)))
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