mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 17:01:38 +02:00
✨ Change schema for subscription
This commit is contained in:
parent
05c0f8d69f
commit
cffac2a56a
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@
|
|||
|
||||
(def ^:private schema:customer-subscription
|
||||
[:map {:title "CustomerSubscription"}
|
||||
[:id ::sm/uuid]
|
||||
[:customer-id ::sm/uuid]
|
||||
[:id ::sm/text]
|
||||
[:customer-id ::sm/text]
|
||||
[:type [:enum
|
||||
"unlimited"
|
||||
"professional"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue