]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Drop arn_value and arn_source from the authority.record_entry table
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 15 Sep 2010 20:04:55 +0000 (20:04 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 15 Sep 2010 20:04:55 +0000 (20:04 +0000)
commitf9176c060d7f718bfd81d2574647db21f8429e4e
tree8ff6b895d36f7ed329cb22a9204e7fe5c29e22e8
parentf8a36572a9d8515c3a1f594795751f95e3d13323
Drop arn_value and arn_source from the authority.record_entry table

Now that we have the unique index by thesaurus on actual headings, arn_value
and arn_source are a dead weight that we can gleefully toss overboard.

Tested with authority record import via Vandelay and authority record
creation during bibliographic editing; confirmed that validating authorities
still works, no apparent visible difference to the world.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17706 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/extras/import/marc2are.pl
Open-ILS/src/perlmods/OpenILS/Application/Cat/AuthCommon.pm
Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/authority.pm
Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
Open-ILS/src/sql/Pg/002.functions.config.sql
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/011.schema.authority.sql
Open-ILS/src/sql/Pg/upgrade/0401.schema.authority_record_entry_drop_arn.sql [new file with mode: 0644]
Open-ILS/xul/staff_client/server/cat/marcedit.js