mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-06 08:11:12 -05:00
Fix database and table script.
This commit is contained in:
committed by
FrancescoUK
parent
d5c390706b
commit
23b4dacb9a
@@ -466,7 +466,7 @@ CREATE TABLE `ospos_grants` (
|
||||
--
|
||||
-- --------------------------------------------------------
|
||||
|
||||
INSERT INTO `ospos_grants` (`permission_id`, `person_id`, 'menu_group') VALUES
|
||||
INSERT INTO `ospos_grants` (`permission_id`, `person_id`, `menu_group`) VALUES
|
||||
('reports_customers', 1, 'home'),
|
||||
('reports_receivings', 1, 'home'),
|
||||
('reports_items', 1, 'home'),
|
||||
|
||||
Reference in New Issue
Block a user