Skip to content

Commit da5dce6

Browse files
Add nonce to the tasks table
1 parent a88dd3d commit da5dce6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aggregation_mode/db/migrations/001_init.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ CREATE TABLE tasks (
77
proof BYTEA,
88
program_commitment BYTEA,
99
merkle_path BYTEA,
10-
status task_status DEFAULT 'pending'
10+
status task_status DEFAULT 'pending',
11+
nonce BIGINT
1112
);
1213

1314
CREATE TABLE payment_events (

0 commit comments

Comments
 (0)