From ad96a900f265fce294d99d760dd0e6fa3b9f16a0 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 24 May 2018 14:17:18 -0300 Subject: [PATCH] Revert "Bug 20073: Update DBIC Schema changes" This reverts commit dc300b6547355019d9135c2023c444df7a7f3cff. Signed-off-by: Jonathan Druart --- Koha/Schema/Result/SearchField.pm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Koha/Schema/Result/SearchField.pm b/Koha/Schema/Result/SearchField.pm index 7475f53f58..ee32f42cf2 100644 --- a/Koha/Schema/Result/SearchField.pm +++ b/Koha/Schema/Result/SearchField.pm @@ -48,7 +48,7 @@ the human readable name of the field, for display =head2 type data_type: 'enum' - extra: {list => ["","string","date","number","boolean","sum","isbn","stdno"]} + extra: {list => ["","string","date","number","boolean","sum"]} is_nullable: 0 what type of data this holds, relevant when storing it in the search engine @@ -65,9 +65,7 @@ __PACKAGE__->add_columns( "type", { data_type => "enum", - extra => { - list => ["", "string", "date", "number", "boolean", "sum", "isbn", "stdno"], - }, + extra => { list => ["", "string", "date", "number", "boolean", "sum"] }, is_nullable => 0, }, ); @@ -116,8 +114,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-09 12:50:58 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NDRiXH19vBOhrMoyJqVTGQ +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-03-23 13:30:43 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1IenQWmCO16tJ/nIFTFYug __PACKAGE__->many_to_many("search_marc_maps", "search_marc_to_fields", "search_marc_map"); -- 2.39.2