mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
✨ Change schema for subscription
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user