revert change to dbix::class generated code

This commit is contained in:
Rob Vermaas
2010-02-05 19:41:26 +00:00
parent 9dba2127cb
commit 61ad98f982
3 changed files with 1 additions and 16 deletions

View File

@ -191,14 +191,6 @@ __PACKAGE__->has_many(
use Hydra::Helper::Nix;
# order buildsteps
__PACKAGE__->has_many(
"buildsteps",
"Hydra::Schema::BuildSteps",
{ "foreign.build" => "self.id" },
{ order_by => "stepnr" },
);
__PACKAGE__->has_many(
"dependents",
"Hydra::Schema::BuildInputs",