You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
+
ALTERTABLE"TransactionExecutionResult" ADD COLUMN "events" JSON NOT NULL;
0 commit comments