From 1d4692a44a0e7596887aab930f0621549fca40f8 Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Thu, 24 Aug 2017 17:44:19 +0400 Subject: [PATCH] This insert actually needed to be done in 2.3_to_2.3.1 I've already submitted the change in 2.3_to_2.3.1.sql --- database/2.3.1_to_2.3.2.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/database/2.3.1_to_2.3.2.sql b/database/2.3.1_to_2.3.2.sql index e044f2cdb..b5724543b 100644 --- a/database/2.3.1_to_2.3.2.sql +++ b/database/2.3.1_to_2.3.2.sql @@ -46,9 +46,5 @@ ALTER TABLE `ospos_customers` ALTER TABLE `ospos_giftcards` MODIFY `person_id` int(10) DEFAULT NULL; -INSERT INTO `ospos_grants` (`permission_id`, `person_id`) VALUES -('sales_stock', 1), -('receivings_stock', 1); - ALTER TABLE `ospos_receivings_items` ADD COLUMN `receiving_quantity` int(11) NOT NULL DEFAULT '1';