projects
/
contrib
/
pines
/
report-creator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ebde51
)
Fixing typo in SQL file.
author
Chris Sharp
<csharp@georgialibraries.org>
Tue, 22 Nov 2016 15:41:16 +0000
(10:41 -0500)
committer
Chris Sharp
<csharp@georgialibraries.org>
Tue, 22 Nov 2016 15:41:16 +0000
(10:41 -0500)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
sql/quick_reports_setup.sql
patch
|
blob
|
history
diff --git
a/sql/quick_reports_setup.sql
b/sql/quick_reports_setup.sql
index
8d7fb7d
..
28004b0
100644
(file)
--- 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.perm
ission
_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;