1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Merge branch 'master' of github.com:Budibase/budibase into fix/upgrade-rollup

This commit is contained in:
mike12345567 2024-04-26 11:04:07 +01:00
commit 53a02da8c1
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1dccc9edf111d5880548aed2294219eccce37aea
Subproject commit 7acb40a7b146016571725bd3f272d9587d9a73c5

View file

@ -11,6 +11,7 @@ export enum PlanType {
/** @deprecated */
BUSINESS = "business",
ENTERPRISE_BASIC = "enterprise_basic",
ENTERPRISE_BASIC_TRIAL = "enterprise_basic_trial",
ENTERPRISE = "enterprise",
}