From e8c20235b8b50589370d8e6adbe05fad5e4d6e90 Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 27 Apr 2026 01:36:26 -0400 Subject: zen: coupons --- packages/console/core/src/schema/billing.sql.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/console/core/src/schema') 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", { -- cgit v1.2.3