mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-25 01:18:00 -04:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user