aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 9c9fc56a..e8f4d803 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -3288,9 +3288,10 @@ CREATE TABLE citco_submission(
);
-CREATE TABLE citco_trade_submission(
+CREATE TABLE citco_submission_status(
serenitas_id text not null,
action action not null,
+ identifier_type citco_identifier not null,
identifier text null,
committed bool not null default False,
submit_date timestamptz NOT NULL DEFAULT now()