Skip to content

Commit 981a8a3

Browse files
committed
Migration cleanup
1 parent 0d3325f commit 981a8a3

File tree

1 file changed

+2
-5
lines changed
  • prisma/migrations/20250929042334_phase_change_notifications_flag

1 file changed

+2
-5
lines changed

prisma/migrations/20250830025829_init2/migration.sql renamed to prisma/migrations/20250929042334_phase_change_notifications_flag/migration.sql

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
- You are about to drop the `MemberStats` table. If the table is not empty, all the data it contains will be lost.
66
77
*/
8-
-- AlterTable
9-
ALTER TABLE "Resource" ADD COLUMN "legacyId" INTEGER;
10-
118
-- DropTable
12-
DROP TABLE "MemberProfile";
9+
DROP TABLE "resources"."MemberProfile";
1310

1411
-- DropTable
15-
DROP TABLE "MemberStats";
12+
DROP TABLE "resources"."MemberStats";

0 commit comments

Comments
 (0)