staff portal: add new perm
authorGalen Charlton <gmc@equinoxOLI.org>
Mon, 2 Aug 2021 22:15:47 +0000 (18:15 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 1 Sep 2021 18:42:30 +0000 (14:42 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/sql/Pg/upgrade/ZZZZ.data.portal_admin_perm.sql [new file with mode: 0644]

diff --git a/Open-ILS/src/sql/Pg/upgrade/ZZZZ.data.portal_admin_perm.sql b/Open-ILS/src/sql/Pg/upgrade/ZZZZ.data.portal_admin_perm.sql
new file mode 100644 (file)
index 0000000..88d5517
--- /dev/null
@@ -0,0 +1,8 @@
+BEGIN;
+
+INSERT INTO permission.perm_list ( id, code, description ) VALUES
+( 633, 'ADMIN_STAFF_PORTAL_PAGE', oils_i18n_gettext( 633,
+   'Update the staff client portal page', 'ppl', 'description' ))
+;
+
+COMMIT;