aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sql/dawn.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index d1582978..e5ee9587 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -3829,8 +3829,7 @@ CREATE TABLE citco_irs (
"currency" "currency" NOT NULL,
float_fixing_freq "frequency" NOT NULL,
pay_interest_calc_method "interest_calc_method" NOT NULL,
- committed bool NOT NULL default False,
- payreceive bool NOT NULL
+ committed bool NOT NULL default False
);