mirror of https://github.com/penpot/penpot.git
♻️ Change Nitrate organization-id schema to text
This commit is contained in:
parent
85bfe8eb92
commit
eafea0cd81
|
|
@ -97,7 +97,7 @@
|
|||
|
||||
(def ^:private schema:organization
|
||||
[:map
|
||||
[:id ::sm/int]
|
||||
[:id ::sm/text]
|
||||
[:name ::sm/text]])
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
(def ^:private schema:notify-team-change
|
||||
[:map
|
||||
[:id ::sm/uuid]
|
||||
[:organization-id ::sm/int]])
|
||||
[:organization-id ::sm/text]])
|
||||
|
||||
|
||||
(sv/defmethod ::notify-team-change
|
||||
|
|
|
|||
Loading…
Reference in New Issue