diff options
| author | Frank <[email protected]> | 2026-04-27 01:36:26 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-04-27 01:36:28 -0400 |
| commit | e8c20235b8b50589370d8e6adbe05fad5e4d6e90 (patch) | |
| tree | 453dc209608714b7e8891c8cbaa3d592733f9238 /packages/console/core/src/schema | |
| parent | 17701628bd4370067a1e2613043a9da14f8e302f (diff) | |
| download | opencode-e8c20235b8b50589370d8e6adbe05fad5e4d6e90.tar.gz opencode-e8c20235b8b50589370d8e6adbe05fad5e4d6e90.zip | |
zen: coupons
Diffstat (limited to 'packages/console/core/src/schema')
| -rw-r--r-- | packages/console/core/src/schema/billing.sql.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/core/src/schema/billing.sql.ts b/packages/console/core/src/schema/billing.sql.ts index f8dcbd2b1..12cdba258 100644 --- a/packages/console/core/src/schema/billing.sql.ts +++ b/packages/console/core/src/schema/billing.sql.ts @@ -133,7 +133,7 @@ export const UsageTable = mysqlTable( (table) => [...workspaceIndexes(table), index("usage_time_created").on(table.workspaceID, table.timeCreated)], ) -export const CouponType = ["BUILDATHON", "GOFREEMONTH"] as const +export const CouponType = ["BUILDATHON", "GOFREEMONTH", "GO3MONTHS100", "GO6MONTHS100", "GO12MONTHS100"] as const export const CouponTable = mysqlTable( "coupon", { |
