Corrections to dB modifications

removed comment lines as those appear in 2.3.2_to_2.3.3.sql
This commit is contained in:
objecttothis
2017-08-24 23:25:08 +04:00
committed by GitHub
parent c715bca5cd
commit 90523b79e2

View File

@@ -355,10 +355,8 @@ ALTER TABLE ospos_giftcards ADD record_time timestamp NOT NULL DEFAULT CURRENT_T
ALTER TABLE ospos_giftcards MODIFY value decimal(15,2) NOT NULL;
ALTER TABLE ospos_items MODIFY cost_price decimal(15,2) NOT NULL;
ALTER TABLE ospos_items MODIFY unit_price decimal(15,2) NOT NULL;
ALTER TABLE ospos_receivings MODIFY comment text NOT NULL;
ALTER TABLE ospos_receivings_items MODIFY discount_percent decimal(15,2) NOT NULL DEFAULT '0.00';
ALTER TABLE ospos_receivings_items MODIFY item_unit_price decimal(15,2) NOT NULL;
ALTER TABLE ospos_sales MODIFY comment text DEFAULT NULL;
ALTER TABLE ospos_sales_items MODIFY discount_percent decimal(15,2) NOT NULL DEFAULT '0.00';
ALTER TABLE ospos_sales_items MODIFY item_unit_price decimal(15,2) NOT NULL;