From: Chris Sharp Date: Tue, 22 Nov 2016 15:41:16 +0000 (-0500) Subject: Fixing typo in SQL file. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7406f66e6668872e47111b9eb1fe68ecf045b880;p=contrib%2Fpines%2Freport-creator.git Fixing typo in SQL file. Signed-off-by: Chris Sharp --- diff --git a/sql/quick_reports_setup.sql b/sql/quick_reports_setup.sql index 8d7fb7d..28004b0 100644 --- a/sql/quick_reports_setup.sql +++ b/sql/quick_reports_setup.sql @@ -103,5 +103,5 @@ CREATE TABLE quick_reports.draft_reports ( ,create_time TIMESTAMP WITH TIME zone NOT NULL DEFAULT now() ); -INSERT INTO permission.permission_list (id,code,description) VALUES (DEFAULT, 'ADMIN_SIMPLE_REPORTS', 'Necessary for Admin of Quick Reports Add-on'); +INSERT INTO permission.perm_list (id,code,description) VALUES (DEFAULT, 'ADMIN_SIMPLE_REPORTS', 'Necessary for Admin of Quick Reports Add-on'); COMMIT;