mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 04:39:43 +00:00
Switching to new pricing - remove old feature tracking
This commit is contained in:
parent
96d1d983e5
commit
0a33043874
16 changed files with 409 additions and 723 deletions
|
|
@ -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", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue