]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Lp 1839002: Default circulation auto_renewal field to FALSE
authorJason Stephenson <jason@sigio.com>
Thu, 29 Aug 2019 15:06:56 +0000 (11:06 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 1 Oct 2019 21:15:45 +0000 (17:15 -0400)
commit46e16c06bde3414e2c266851c2ca66c65e97aa3b
treefc00f3ea34ee29cac0d45a16951c9fbb801424d0
parent2c4ff2a6970d4a0b0f0356e91589a27b724c52d0
Lp 1839002: Default circulation auto_renewal field to FALSE

Change the definition of the action.circulation table so that the
auto_renewal field is not null, default false.

Add an upgrade script to update the field values and alter the field
definition in both the action.circulation and action.aged_circulation
tables.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/sql/Pg/090.schema.action.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.action_circulation-auto_renewal-default-false.sql [new file with mode: 0644]