X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FDB%2FResult%2FArch.pm;h=854111c8a82b40db05c6f6a232c1f47b04f8a2d0;hb=8dedbae0d0026c4989748788e4cbdcba5faf8246;hp=ef26e3cf89860aa4b19a952a09fce308779e65cc;hpb=a5cbb9df1b81803ba1a377f1d49cdfbc69b1e359;p=debbugs.git diff --git a/Debbugs/DB/Result/Arch.pm b/Debbugs/DB/Result/Arch.pm index ef26e3c..854111c 100644 --- a/Debbugs/DB/Result/Arch.pm +++ b/Debbugs/DB/Result/Arch.pm @@ -104,7 +104,7 @@ Related object: L __PACKAGE__->has_many( "bin_vers", "Debbugs::DB::Result::BinVer", - { "foreign.arch_id" => "self.id" }, + { "foreign.arch" => "self.id" }, { cascade_copy => 0, cascade_delete => 0 }, ); @@ -124,8 +124,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07036 @ 2013-10-09 20:27:54 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Lp58Ajmt1p8qgL26cbgHZA +# Created by DBIx::Class::Schema::Loader v0.07036 @ 2013-11-21 21:57:41 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:P0rjB+6uN8ddIxIvVN6OFg # You can replace this text with custom code or comments, and it will be preserved on regeneration