Correct typo in seed data
authorJason Boyer <JBoyer@equinoxinitiative.org>
Wed, 16 Sep 2020 18:22:15 +0000 (14:22 -0400)
committerJason Boyer <JBoyer@equinoxinitiative.org>
Wed, 16 Sep 2020 18:36:47 +0000 (14:36 -0400)
Rather than causing an error, forgetting a comma between 2 strings
concatenates them, and we don't have a permission called
VIEW_MERGE_PROFILEVIEW_REPORT_OUTPUT.

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index cad8b57..6f0977d 100644 (file)
@@ -2701,7 +2701,7 @@ INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
                        'VIEW_PROVIDER',
                        'VIEW_PURCHASE_ORDER',
                        'VIEW_IMPORT_MATCH_SET',
-                       'VIEW_MERGE_PROFILE'
+                       'VIEW_MERGE_PROFILE',
                        'VIEW_REPORT_OUTPUT');