Bug 8798: (follow-up) update schema files
[koha.git] / Koha / Schema / Result / TagsIndex.pm
index f289b4c..af08b8c 100644 (file)
@@ -52,39 +52,39 @@ __PACKAGE__->set_primary_key("term", "biblionumber");
 
 =head1 RELATIONS
 
-=head2 biblionumber
+=head2 term
 
 Type: belongs_to
 
-Related object: L<Koha::Schema::Result::Biblio>
+Related object: L<Koha::Schema::Result::TagsApproval>
 
 =cut
 
 __PACKAGE__->belongs_to(
-  "biblionumber",
-  "Koha::Schema::Result::Biblio",
-  { biblionumber => "biblionumber" },
+  "term",
+  "Koha::Schema::Result::TagsApproval",
+  { term => "term" },
   { on_delete => "CASCADE", on_update => "CASCADE" },
 );
 
-=head2 term
+=head2 biblionumber
 
 Type: belongs_to
 
-Related object: L<Koha::Schema::Result::TagsApproval>
+Related object: L<Koha::Schema::Result::Biblio>
 
 =cut
 
 __PACKAGE__->belongs_to(
-  "term",
-  "Koha::Schema::Result::TagsApproval",
-  { term => "term" },
+  "biblionumber",
+  "Koha::Schema::Result::Biblio",
+  { biblionumber => "biblionumber" },
   { on_delete => "CASCADE", on_update => "CASCADE" },
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07000 @ 2012-09-02 08:44:15
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BTw4FJK85g85U1U0RELiQQ
+# Created by DBIx::Class::Schema::Loader v0.07000 @ 2013-06-18 13:13:57
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:X0OvXQjDYLVCMgHHWx/kpw
 
 
 # You can replace this text with custom content, and it will be preserved on regeneration