mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-03 21:33:15 -04:00
Fix database and table script.
This commit is contained in:
committed by
FrancescoUK
parent
e42e01a07f
commit
af84a617de
@@ -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