Vandelay match set permission additions
Allow retrieve access for match points with the VIEW_IMPORT_MATCH_SET
permission (in addition to ADMIN_IMPORT_MATCH_SET).
Adds 2 new permissions to the database:
ADMIN_IMPORT_MATCH_SET
VIEW_IMPORT_MATCH_SET
Conflicts:
Open-ILS/src/sql/Pg/950.data.seed-values.sql
I had to change the ids of the new permissions because another branch
had used one of the ids since this branch was last rebased. I also edited
the ids in the upgrade script to match what is in 950.data.seed-values.sql.
NOTE: There is at least 1 other outstanding branch that uses the same ids
for permissions as this branch, so this branch may need to be edited again
depending on when it is finally merged.
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>