We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639ffef commit d50d5b2Copy full SHA for d50d5b2
aggregation_mode/db/migrations/001_init.sql
@@ -10,7 +10,7 @@ CREATE TABLE tasks (
10
status task_status DEFAULT 'pending',
11
nonce BIGINT NOT NULL,
12
inserted_at TIMESTAMPTZ NOT NULL DEFAULT now(),
13
- status_updated_at TIMESTAMPTZ
+ status_updated_at TIMESTAMPTZ DEFAULT now()
14
);
15
16
CREATE TABLE payment_events (
0 commit comments