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
This commit is contained in:
objecttothis
2017-08-24 17:44:19 +04:00
committed by GitHub
parent bdc63c5c02
commit 1d4692a44a

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