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 7536d9e commit fff908dCopy full SHA for fff908d
db/schema.sql
@@ -26,6 +26,7 @@ CREATE TABLE IF NOT EXISTS pending_transactions_archive (
26
output TEXT,
27
executed_by VARCHAR(255) NOT NULL,
28
duration_ms BIGINT,
29
+ ExecStatus BOOLEAN NOT NULL DEFAULT FALSE,
30
created_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
31
);
32
@@ -41,6 +42,7 @@ CREATE TABLE IF NOT EXISTS results_transactions_archive (
41
42
43
44
45
46
47
48
0 commit comments