Merge pull request #1512 from objecttothis/patch-7

This insert actually needed to be done in 2.3_to_2.3.1
This commit is contained in:
FrancescoUK
2017-08-24 19:21:06 +01:00
committed by GitHub

View File

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