Bug 6536: (RM followup) make DBIx::Class::Schema::Loader happy
[koha.git] / Koha / Schema / Result / SpecialHoliday.pm
index 8be58c3..45f884f 100644 (file)
@@ -1,17 +1,21 @@
+use utf8;
 package Koha::Schema::Result::SpecialHoliday;
 
 # Created by DBIx::Class::Schema::Loader
 # DO NOT MODIFY THE FIRST PART OF THIS FILE
 
+=head1 NAME
+
+Koha::Schema::Result::SpecialHoliday
+
+=cut
+
 use strict;
 use warnings;
 
 use base 'DBIx::Class::Core';
 
-
-=head1 NAME
-
-Koha::Schema::Result::SpecialHoliday
+=head1 TABLE: C<special_holidays>
 
 =cut
 
@@ -88,11 +92,22 @@ __PACKAGE__->add_columns(
   "description",
   { data_type => "text", 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:IhSBoiyihNmEgIVcGbwZRg
+# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mRo3D1nPRJsMY6hPxp/Ojg
 
 
 # You can replace this text with custom content, and it will be preserved on regeneration