Skip to content

Commit 9205a95

Browse files
committed
remove unnecessary column addition from migration.sql
1 parent f545600 commit 9205a95

File tree

1 file changed

+0
-3
lines changed
  • prisma/migrations/20251028145553_add_missing_schema_changes

1 file changed

+0
-3
lines changed

prisma/migrations/20251028145553_add_missing_schema_changes/migration.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
-- AlterTable
2-
ALTER TABLE "NewWallet" ADD COLUMN "stakeCredentialHash" TEXT;
3-
41
-- CreateTable
52
CREATE TABLE "Proxy" (
63
"id" TEXT NOT NULL,

0 commit comments

Comments
 (0)