added stripe_plan to the insert statements
parent
428fc2aad8
commit
885d36b34e
|
@ -1,6 +1,6 @@
|
|||
INSERT INTO
|
||||
account.membership (type, rate, rate_period)
|
||||
account.membership (type, rate, rate_period, stripe_plan)
|
||||
VALUES
|
||||
('Monthly Membership', 1.99, 'month'),
|
||||
('Yearly Membership', 19.99, 'year')
|
||||
('Monthly Membership', 1.99, 'month', 'monthly_premium'),
|
||||
('Yearly Membership', 19.99, 'year', 'mycroft_ai_premium_annual_1999')
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue