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

small fix to remove reference to file not checked in yet.

parent 3c1bc195
No related branches found
No related tags found
No related merge requests found
(ns metabase.models.org
(:use korma.core
[metabase.models.org-perm :only (OrgPerm)]))
))
(defentity Org
(table :core_organization)
......@@ -11,4 +11,4 @@
; :logo_url
; :inherits
; :slug)
(has-many OrgPerm {:fk :organization_id}))
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment