LP#1545115: add description field for policy matrix tables
authorRogan Hamby <rogan.hamby@gmail.com>
Mon, 25 Apr 2016 16:59:12 +0000 (12:59 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 25 Apr 2017 13:52:55 +0000 (09:52 -0400)
commit22bc1062488ea3782d1818895913ff7365b83850
treee90db360089c20c25c39087fca5ef7fe070b3eec
parent2ed1a8b95354a399f6a5574bb839d0b3f5065627
LP#1545115: add description field for policy matrix tables

This patch adds description column for the
config.hold_matrix_matchpoint and circ_matrix_matchpoint tables
and pgTAP tests for them.

Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/sql/Pg/100.circ_matrix.sql
Open-ILS/src/sql/Pg/110.hold_matrix.sql
Open-ILS/src/sql/Pg/t/lp1545115-circ-and-hold-matrix-get-notes.pg [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/xxxx.schema.add_description_circ_matrix.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/xxxx.schema.add_description_hold_matrix.sql [new file with mode: 0644]
Open-ILS/src/templates/conify/global/config/circ_matrix_matchpoint.tt2
Open-ILS/src/templates/conify/global/config/hold_matrix_matchpoint.tt2