Bug 34029: DBIC schema
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
12956d3e8a
commit
9fce9bdc63
1 changed files with 3 additions and 3 deletions
|
@ -164,7 +164,7 @@ material size (MARC21 300$c)
|
|||
data_type: 'text'
|
||||
is_nullable: 1
|
||||
|
||||
publication place (MARC21 260$a and 264§a)
|
||||
publication place (MARC21 260$a and 264$a)
|
||||
|
||||
=head2 lccn
|
||||
|
||||
|
@ -314,8 +314,8 @@ __PACKAGE__->add_columns(
|
|||
__PACKAGE__->set_primary_key("biblioitemnumber");
|
||||
|
||||
|
||||
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-26 12:47:08
|
||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GiuL+3o/fRyTkale3lq2xQ
|
||||
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-29 12:50:28
|
||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:q5ULiqLlmYdZQy4qr0wBtg
|
||||
|
||||
sub koha_objects_class {
|
||||
'Koha::Old::Biblioitems';
|
||||
|
|
Loading…
Reference in a new issue