]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/Arch.pm
update result classes for new relationships
[debbugs.git] / Debbugs / DB / Result / Arch.pm
index c83919df6bd81f6abd31148f8a10519279ea0ce0..420d325dd26baab40d4ace75238dab70dd5fdbff 100644 (file)
@@ -108,9 +108,24 @@ __PACKAGE__->has_many(
   { cascade_copy => 0, cascade_delete => 0 },
 );
 
+=head2 bug_status_caches
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-01-22 21:35:43
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uGFK5fZtpICxsMMtGzTgww
+Type: has_many
+
+Related object: L<Debbugs::DB::Result::BugStatusCache>
+
+=cut
+
+__PACKAGE__->has_many(
+  "bug_status_caches",
+  "Debbugs::DB::Result::BugStatusCache",
+  { "foreign.arch" => "self.id" },
+  { cascade_copy => 0, cascade_delete => 0 },
+);
+
+
+# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-01 15:46:42
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jkMopbSgd3Carub/plyQQA
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration