]> git.evergreen-ils.org Git - 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:54 +0000 (17:15 -0400)
commit17d0699927d44771967fa6551ac43b426a9e75c1
treec4be0b67c24d2c69eb6a25a67d5d3d3b2b764446
parentc233141a4e4c443ded1643fe949039023fc8bb9a
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]