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

don't include :entity_fields on base entity because that forces those columns...

don't include :entity_fields on base entity because that forces those columns to be returned on EVERY query, which is not always desired.  instead we need to find a way to make the fields list composable.
parent 72f27c9d
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,4 @@
))
(defentity Org
(table :core_organization)
; (entity-fields
; :id
; :name
; :description
; :logo_url
; :inherits
; :slug)
)
(table :core_organization))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment