Skip to content

Instantly share code, notes, and snippets.

@nicomen
Created June 11, 2016 23:46
Show Gist options
  • Save nicomen/8dbcbc1fd21b808fe830b2e9ec74c189 to your computer and use it in GitHub Desktop.
Save nicomen/8dbcbc1fd21b808fe830b2e9ec74c189 to your computer and use it in GitHub Desktop.
+++ b/lib/Startsiden/Build/Database/Schema/Ci.pm
@@ -31,7 +31,6 @@ __PACKAGE__->belongs_to('svnrepo','Startsiden::Build::Database::Schema::Svnrepo'
__PACKAGE__->belongs_to('packageinfo','Startsiden::Build::Database::Schema::Packageinfo', 'packageinfo_id',
{join_type => 'left', }
);
-__PACKAGE__->has_many('citeststatus','Startsiden::Build::Database::Schema::CiTeststatus','ci_id');
__PACKAGE__->has_many('history', 'Startsiden::Build::Database::Schema::CiHistory', 'ci_id', {
order_by => 'ts DESC',
rows => 40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment