Bug 18409: Make the controller for holds use Koha::Holds
[koha.git] / Koha / Schema / Result / LanguageRfc4646ToIso639.pm
index 96e7462..0ec143c 100644 (file)
@@ -1,17 +1,21 @@
+use utf8;
 package Koha::Schema::Result::LanguageRfc4646ToIso639;
 
 # Created by DBIx::Class::Schema::Loader
 # DO NOT MODIFY THE FIRST PART OF THIS FILE
 
+=head1 NAME
+
+Koha::Schema::Result::LanguageRfc4646ToIso639
+
+=cut
+
 use strict;
 use warnings;
 
 use base 'DBIx::Class::Core';
 
-
-=head1 NAME
-
-Koha::Schema::Result::LanguageRfc4646ToIso639
+=head1 TABLE: C<language_rfc4646_to_iso639>
 
 =cut
 
@@ -47,11 +51,22 @@ __PACKAGE__->add_columns(
   "id",
   { data_type => "integer", is_auto_increment => 1, is_nullable => 0 },
 );
+
+=head1 PRIMARY KEY
+
+=over 4
+
+=item * L</id>
+
+=back
+
+=cut
+
 __PACKAGE__->set_primary_key("id");
 
 
-# Created by DBIx::Class::Schema::Loader v0.07000 @ 2012-09-02 08:44:15
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vwUWEmP6tprD5pTK2xnqfw
+# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:80baGnx1j4ZZjs0Qn5VMsw
 
 
 # You can replace this text with custom content, and it will be preserved on regeneration