Switching to new pricing - remove old feature tracking

This commit is contained in:
Owen 2026-02-06 10:47:43 -08:00
parent 96d1d983e5
commit 0a33043874
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
16 changed files with 409 additions and 723 deletions

View file

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