Skip to content
Snippets Groups Projects
Commit 3f0a7668 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

fix clob issue.

parent 1f6c6cc1
No related branches found
No related tags found
No related merge requests found
......@@ -265,6 +265,11 @@
"The model that underlies `defsetting`."
:setting)
(u/strict-extend (class Setting)
i/IEntity
(merge i/IEntityDefaults
{:types (constantly {:value :clob})}))
(defn- settings-list
"Return a list of all Settings (as created with `defsetting`).
This excludes Settings created with the option `:internal`."
......
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