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)
committerJason Etheridge <jason@esilibrary.com>
Thu, 5 Jan 2012 21:44:21 +0000 (16:44 -0500)
commit72560566d6de513195c08af13999095a9b7a5548
tree6e1a6e9ce862ac2ac7492eec06da9d561fa3e681
parentfa73a59f4b4cbc8d1c4bc1707c664bca555ecab8
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