]> git.evergreen-ils.org Git - Evergreen.git/commit
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)
committerJason Stephenson <jason@sigio.com>
Tue, 25 Apr 2017 17:30:13 +0000 (13:30 -0400)
commit16b99833988e0fc833352fe0a7d02e27592cd373
tree03d7dc36f225e5b4e342c60fdcf0ebb426319594
parentad823c9ca5de2fde0caad76ac421081aeb024ef5
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>
Signed-off-by: Jason Stephenson <jason@sigio.com>
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