mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-24 13:56:39 +00:00
fix pg migration
This commit is contained in:
@@ -10,9 +10,6 @@ export default async function migration() {
|
|||||||
try {
|
try {
|
||||||
await db.execute(sql`BEGIN`);
|
await db.execute(sql`BEGIN`);
|
||||||
|
|
||||||
await db.execute(
|
|
||||||
sql`ALTER TABLE "subscriptions" ADD COLUMN "type" varchar(50);`
|
|
||||||
);
|
|
||||||
await db.execute(
|
await db.execute(
|
||||||
sql`ALTER TABLE "resources" ADD COLUMN "postAuthPath" text;`
|
sql`ALTER TABLE "resources" ADD COLUMN "postAuthPath" text;`
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user