]> 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:14:31 +0000 (17:14 -0400)
commit96c47dc7b8f9392c5d770bd8efff7ab5175495a0
treede65814d43b36ba2d9e7b61da969281508af0e91
parentace45349edcd3ef853e1a5b98a24215c5f94d54c
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]