mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 21:00:00 +00:00
Getting swtiching tiers to work
This commit is contained in:
parent
ceb359d614
commit
a0b5731e69
7 changed files with 81 additions and 20 deletions
|
|
@ -86,6 +86,7 @@ export const subscriptionItems = sqliteTable("subscriptionItems", {
|
|||
}),
|
||||
planId: text("planId").notNull(),
|
||||
priceId: text("priceId"),
|
||||
featureId: text("featureId"),
|
||||
meterId: text("meterId"),
|
||||
unitAmount: real("unitAmount"),
|
||||
tiers: text("tiers"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue