aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sql/dawn.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index c3e48d03..e328c795 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -5220,7 +5220,7 @@ CREATE TABLE spos (
cp_contact text NULL,
cp_number text NULL,
reason_code public.spo_reason_code NOT NULL,
- quantity numeric(11, 2) NOT NULL,
+ quantity numeric(9,0) NOT NULL,
identifier text NOT NULL,
dtc_number int8 NULL,
CONSTRAINT spos_cash_account_key UNIQUE (cash_account),