Skip to content

Commit fe47f46

Browse files
committed
fix(migration): remove stakeCredentialHash column from NewWallet migration
1 parent e6c35ab commit fe47f46

File tree

1 file changed

+0
-3
lines changed
  • prisma/migrations/20251006065720_add_balance_snapshots

1 file changed

+0
-3
lines changed

prisma/migrations/20251006065720_add_balance_snapshots/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 "BalanceSnapshot" (
63
"id" TEXT NOT NULL,

0 commit comments

Comments
 (0)