diff --git a/database/database.sql b/database/database.sql index 02b0de8a3..a04f1e56f 100644 --- a/database/database.sql +++ b/database/database.sql @@ -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'), diff --git a/database/tables.sql b/database/tables.sql index 37a23e993..a7fffb2a4 100644 --- a/database/tables.sql +++ b/database/tables.sql @@ -468,7 +468,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'),