fix pg migration

This commit is contained in:
miloschwartz
2026-02-12 15:06:24 -08:00
parent fdce016921
commit d998a8087f

View File

@@ -10,9 +10,6 @@ export default async function migration() {
try {
await db.execute(sql`BEGIN`);
await db.execute(
sql`ALTER TABLE "subscriptions" ADD COLUMN "type" varchar(50);`
);
await db.execute(
sql`ALTER TABLE "resources" ADD COLUMN "postAuthPath" text;`
);