IDL changes; throw out the cached mods records
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 22 Jul 2009 16:00:12 +0000 (16:00 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 22 Jul 2009 16:00:12 +0000 (16:00 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13686 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/1.4.0.5-1.6.0.0-upgrade-db.sql

index a5183f3..f530eea 100644 (file)
@@ -7476,3 +7476,5 @@ ALTER TABLE config.circ_matrix_matchpoint ALTER COLUMN duration_rule SET NOT NUL
 ALTER TABLE config.circ_matrix_matchpoint ALTER COLUMN recurring_fine_rule SET NOT NULL;
 ALTER TABLE config.circ_matrix_matchpoint ALTER COLUMN max_fine_rule SET NOT NULL;
 
+-- We're updating the IDL, so flush cached mods slim records to avoid field mismatches
+UPDATE metabib.metarecord SET mods = NULL;