We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3325f commit 981a8a3Copy full SHA for 981a8a3
prisma/migrations/20250830025829_init2/migration.sql renamed to prisma/migrations/20250929042334_phase_change_notifications_flag/migration.sql
@@ -5,11 +5,8 @@
5
- You are about to drop the `MemberStats` table. If the table is not empty, all the data it contains will be lost.
6
7
*/
8
--- AlterTable
9
-ALTER TABLE "Resource" ADD COLUMN "legacyId" INTEGER;
10
-
11
-- DropTable
12
-DROP TABLE "MemberProfile";
+DROP TABLE "resources"."MemberProfile";
13
14
15
-DROP TABLE "MemberStats";
+DROP TABLE "resources"."MemberStats";
0 commit comments