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:
35f979a
)
Adds category for "Acquisitions" to Quick Reports categories.
user/abowling/acq_category_addition
author
Adam Bowling
<abowling@emeralddata.net>
Tue, 1 Oct 2019 18:51:55 +0000
(14:51 -0400)
committer
Adam Bowling
<abowling@emeralddata.net>
Tue, 1 Oct 2019 18:51:55 +0000
(14:51 -0400)
Signed-off-by: Adam Bowling <abowling@emeralddata.net>
sql/quick_reports_setup.sql
patch
|
blob
|
history
diff --git
a/sql/quick_reports_setup.sql
b/sql/quick_reports_setup.sql
index
28004b0
..
61175ff
100644
(file)
--- a/
sql/quick_reports_setup.sql
+++ b/
sql/quick_reports_setup.sql
@@
-34,6
+34,15
@@
CREATE TABLE quick_reports.template_groups (
);
INSERT INTO quick_reports.template_groups (
+ NAME
+ ,display_order
+ )
+VALUES (
+ 'Acquisitions'
+ ,5
+ );
+
+INSERT INTO quick_reports.template_groups (
NAME
,display_order
)