mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 11:16:37 +00:00
Add missing col in migration
This commit is contained in:
@@ -14,6 +14,7 @@ export default async function migration() {
|
|||||||
db.transaction(() => {
|
db.transaction(() => {
|
||||||
db.prepare(`ALTER TABLE 'limits' ADD 'override' integer DEFAULT false;`).run();
|
db.prepare(`ALTER TABLE 'limits' ADD 'override' integer DEFAULT false;`).run();
|
||||||
db.prepare(`ALTER TABLE 'subscriptionItems' ADD 'featureId' text;`).run();
|
db.prepare(`ALTER TABLE 'subscriptionItems' ADD 'featureId' text;`).run();
|
||||||
|
db.prepare(`ALTER TABLE 'subscriptionItems' ADD 'stripeSubscriptionItemId' text;`).run();
|
||||||
db.prepare(`ALTER TABLE 'subscriptions' ADD 'version' integer;`).run();
|
db.prepare(`ALTER TABLE 'subscriptions' ADD 'version' integer;`).run();
|
||||||
db.prepare(`ALTER TABLE 'subscriptions' ADD 'type' text;`).run();
|
db.prepare(`ALTER TABLE 'subscriptions' ADD 'type' text;`).run();
|
||||||
})();
|
})();
|
||||||
|
|||||||
Reference in New Issue
Block a user