mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 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
|
(def ^:private schema:customer-subscription
|
||||||
[:map {:title "CustomerSubscription"}
|
[:map {:title "CustomerSubscription"}
|
||||||
[:id ::sm/uuid]
|
[:id ::sm/text]
|
||||||
[:customer-id ::sm/uuid]
|
[:customer-id ::sm/text]
|
||||||
[:type [:enum
|
[:type [:enum
|
||||||
"unlimited"
|
"unlimited"
|
||||||
"professional"
|
"professional"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue