X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Debbugs%2FDB%2FResult%2FSuite.pm;h=3723aca8e736c0d4e13f3e8b068b6b01ef21b0c9;hb=e37255f8eb68d4efc64ca29c31fdb1c8b51eb458;hp=fdfab37c69c8f0bbecc0a190cf776268498c3ae5;hpb=4e8afc7b0508afa3e3f6f9bc5b4666db25a60a47;p=debbugs.git diff --git a/Debbugs/DB/Result/Suite.pm b/Debbugs/DB/Result/Suite.pm index fdfab37..3723aca 100644 --- a/Debbugs/DB/Result/Suite.pm +++ b/Debbugs/DB/Result/Suite.pm @@ -136,6 +136,21 @@ __PACKAGE__->has_many( { cascade_copy => 0, cascade_delete => 0 }, ); +=head2 bug_status_caches + +Type: has_many + +Related object: L + +=cut + +__PACKAGE__->has_many( + "bug_status_caches", + "Debbugs::DB::Result::BugStatusCache", + { "foreign.suite" => "self.id" }, + { cascade_copy => 0, cascade_delete => 0 }, +); + =head2 src_associations Type: has_many @@ -152,8 +167,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-01-22 21:35:43 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1NiRLPvDC3xRPr7+fbzp/w +# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-01 15:46:42 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Wp8D70L0WeBbMqWkFEZEyQ # You can replace this text with custom code or comments, and it will be preserved on regeneration