Rename tiers and get working

This commit is contained in:
Owen 2026-02-08 17:55:26 -08:00
parent dd11c2c871
commit 569dc735ce
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
36 changed files with 326 additions and 175 deletions

View file

@ -70,8 +70,9 @@ export const subscriptions = sqliteTable("subscriptions", {
canceledAt: integer("canceledAt"),
createdAt: integer("createdAt").notNull(),
updatedAt: integer("updatedAt"),
version: integer("version"),
billingCycleAnchor: integer("billingCycleAnchor"),
type: text("type") // home_lab, starter, scale, or license
type: text("type") // tier1, tier2, tier3, or license
});
export const subscriptionItems = sqliteTable("subscriptionItems", {