]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/Tag.pm
update for correspondent in maintainer
[debbugs.git] / Debbugs / DB / Result / Tag.pm
index cdcef2c37166c2d1c2d2172ae8bf61a5e491aab6..3bbcccb47c60f5022612ec72a6231ae7fae0e767 100644 (file)
@@ -114,13 +114,13 @@ Related object: L<Debbugs::DB::Result::BugTag>
 __PACKAGE__->has_many(
   "bug_tags",
   "Debbugs::DB::Result::BugTag",
-  { "foreign.tag_id" => "self.id" },
+  { "foreign.tag" => "self.id" },
   { cascade_copy => 0, cascade_delete => 0 },
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-01-22 21:35:43
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JNPrdP77YEkirbzdASjcKw
+# Created by DBIx::Class::Schema::Loader v0.07036 @ 2013-10-09 20:27:54
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5Xx50RAuyQQ3VpS0ypsFEQ
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration