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 Stephenson <jstephenson@mvlc.org>
Tue, 22 Nov 2011 14:27:53 +0000 (09:27 -0500)
commit88ce6ed7da79025e328b7f2f88cf7fcf847f11a8
tree08ad946e537c65a144e4cc388cbd1e88577448f0
parent04d57bca29380bfd648d38c28f5071f64118d293
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>
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