]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Add restrict_copy_delete field to config.copy_status.
authorJason Stephenson <jstephenson@mvlc.org>
Wed, 12 Oct 2011 13:19:49 +0000 (09:19 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Tue, 31 Jan 2012 19:50:01 +0000 (14:50 -0500)
commit5cd2e2874b0d85e7a283f7da77e74e4fd0e60de4
tree44f0ab254761f0d5ae37b45a94873db25a24c090
parent634a0db6a5f7970d842b7bb1017f68da2f23317d
Add restrict_copy_delete field to config.copy_status.

Add the column definition in 002.schema.config.sql.
Add the field to the class ccs in fm_IDL.xml.
Set the restrict_copy_delete column to true for the "magical"
statuses (1,3,6,8) in 950.data.seed-values.sql.
Add restrict_delete as essential column to config.copy_status in
OpenILS::Application::Storage::CDBI::config

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/config.pm
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql