aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql8
1 files changed, 0 insertions, 8 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 21fb2ef9..cc8cc948 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -3937,11 +3937,3 @@ CREATE TABLE cash_balances (
balance float8 NULL,
CONSTRAINT cash_balances_pkey PRIMARY KEY (date, account_number, currency_code)
);
-
-CREATE TABLE bond_submission(
- id integer generated always as identity primary key,
- dealid text not null,
- settle_date date not null,
- status status NOT NULL DEFAULT 'Pending',
- CONSTRAINT futures_dealid_key UNIQUE (dealid, settle_date),
-);