Skip to content

Commit

Permalink
remove obsolete id
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg committed Jan 7, 2009
1 parent c050688 commit 65b6031
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/MojoMojo/Schema/Result/Attachment.pm
Expand Up @@ -8,7 +8,6 @@ use base qw/MojoMojo::Schema::Base::Result/;
__PACKAGE__->load_components(qw/DateTime::Epoch PK::Auto Core/);
__PACKAGE__->table("attachment");
__PACKAGE__->add_columns(
"id",
"id",
{ data_type => "INTEGER", is_nullable => 0, size => undef, is_auto_increment => 1 },
"uploaded",
Expand Down
1 change: 0 additions & 1 deletion lib/MojoMojo/Schema/Result/Comment.pm
Expand Up @@ -16,7 +16,6 @@ my $textile = Text::Textile2->new(
__PACKAGE__->load_components(qw/DateTime::Epoch PK::Auto UTF8Columns Core/);
__PACKAGE__->table("comment");
__PACKAGE__->add_columns(
"id",
"id",
{ data_type => "INTEGER", is_nullable => 0, size => undef, is_auto_increment => 1 },
"poster",
Expand Down

0 comments on commit 65b6031

Please sign in to comment.