]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/BugAffectsSrcpackage.pm
switch to compatibility level 12
[debbugs.git] / Debbugs / DB / Result / BugAffectsSrcpackage.pm
index 0c86c75e44c074362013b69997d7465dc40d9f77..e25fa60aa04e6376ff58953ea214479bc65b9549 100644 (file)
@@ -37,13 +37,6 @@ __PACKAGE__->table("bug_affects_srcpackage");
 
 =head1 ACCESSORS
 
-=head2 id
-
-  data_type: 'integer'
-  is_auto_increment: 1
-  is_nullable: 0
-  sequence: 'bug_affects_srcpackage_id_seq'
-
 =head2 bug
 
   data_type: 'integer'
@@ -63,31 +56,12 @@ Source package id (matches src_pkg)
 =cut
 
 __PACKAGE__->add_columns(
-  "id",
-  {
-    data_type         => "integer",
-    is_auto_increment => 1,
-    is_nullable       => 0,
-    sequence          => "bug_affects_srcpackage_id_seq",
-  },
   "bug",
   { data_type => "integer", is_foreign_key => 1, is_nullable => 0 },
   "src_pkg",
   { data_type => "integer", is_foreign_key => 1, is_nullable => 0 },
 );
 
-=head1 PRIMARY KEY
-
-=over 4
-
-=item * L</id>
-
-=back
-
-=cut
-
-__PACKAGE__->set_primary_key("id");
-
 =head1 UNIQUE CONSTRAINTS
 
 =head2 C<bug_affects_srcpackage_id_pkg>
@@ -137,8 +111,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2014-11-30 21:56:51
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BjS8+RV2k7wjqyLqmCZ+2w
+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2017-03-04 10:59:03
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1TkTacVNBhXOnzV1ttCF2A
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration