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';