Skip to content

Commit f2fdd2b

Browse files
committed
added migrations for events
1 parent 1f3ec49 commit f2fdd2b

File tree

1 file changed

+8
-0
lines changed
  • packages/indexer/prisma/migrations/20241018144754_events

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
Warnings:
3+
4+
- Added the required column `events` to the `TransactionExecutionResult` table without a default value. This is not possible if the table is not empty.
5+
6+
*/
7+
-- AlterTable
8+
ALTER TABLE "TransactionExecutionResult" ADD COLUMN "events" JSON NOT NULL;

0 commit comments

Comments
 (0)