From 23b4dacb9a2320fdd7234fcb59d89342ffb5b1dd Mon Sep 17 00:00:00 2001 From: Steve Ireland Date: Sun, 3 Sep 2017 20:14:50 -0400 Subject: [PATCH] Fix database and table script. --- database/database.sql | 2 +- database/tables.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'),