Bug 12478: change the schema for storing mappings
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 10 Jun 2015 02:35:33 +0000 (14:35 +1200)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 26 Apr 2016 20:20:06 +0000 (20:20 +0000)
commitbc3b0daaa42122045775c94b6fae59af63009465
treec92ec3692000e096452cd6a3909e18c4b5d2c865
parentd241e217952febd0e68d24b92eb0a13fc0859191
Bug 12478: change the schema for storing mappings

This makes the mapping schema a proper many-to-many relational
structure, which is a little more fiddly to work with, but will make
things like editors for it easier to write.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Koha/ElasticSearch.pm
Koha/Schema/Result/ElasticsearchMapping.pm [deleted file]
Koha/Schema/Result/SearchField.pm [new file with mode: 0644]
Koha/Schema/Result/SearchMarcMap.pm [new file with mode: 0644]
Koha/Schema/Result/SearchMarcToField.pm [new file with mode: 0644]
installer/data/mysql/elasticsearch_mapping.sql