Skip to content
Snippets Groups Projects
Unverified Commit 56de9c3e authored by Cam Saul's avatar Cam Saul
Browse files

Add new JSON options column to Database [ci skip]

parent 5b8ff59f
Branches
Tags
No related merge requests found
......@@ -68,6 +68,7 @@
:points_of_interest nil
:cache_field_values_schedule "0 50 0 * * ? *"
:metadata_sync_schedule "0 50 * * * ? *"
:options nil
:timezone nil})
(defn- db-details
......
......@@ -36,6 +36,7 @@
:features (mapv name (driver/features (driver/engine->driver :h2)))
:cache_field_values_schedule "0 50 0 * * ? *"
:metadata_sync_schedule "0 50 * * * ? *"
:options nil
:timezone $}))
;; ## GET /api/field/:id
......
......@@ -58,6 +58,7 @@
:features (mapv name (driver/features (driver/engine->driver :h2)))
:cache_field_values_schedule "0 50 0 * * ? *"
:metadata_sync_schedule "0 50 * * * ? *"
:options nil
:timezone $}))
(defn- table-defaults []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment