From 90523b79e2692346679212eddd0d07fae1607dfd Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Thu, 24 Aug 2017 23:25:08 +0400 Subject: [PATCH] Corrections to dB modifications removed comment lines as those appear in 2.3.2_to_2.3.3.sql --- database/3.0.2_to_3.1.0.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/database/3.0.2_to_3.1.0.sql b/database/3.0.2_to_3.1.0.sql index b5572de88..5e30c7bca 100644 --- a/database/3.0.2_to_3.1.0.sql +++ b/database/3.0.2_to_3.1.0.sql @@ -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;