aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/dawn.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 56ed0047..c3e48d03 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -5221,7 +5221,7 @@ CREATE TABLE spos (
cp_number text NULL,
reason_code public.spo_reason_code NOT NULL,
quantity numeric(11, 2) NOT NULL,
- cusip text NOT NULL,
+ identifier text NOT NULL,
dtc_number int8 NULL,
CONSTRAINT spos_cash_account_key UNIQUE (cash_account),
CONSTRAINT spos_pkey PRIMARY KEY (id),