Debugging why sqlt deployment order of views is wrong.
[dbsrgits/DBIx-Class-ResultSource-MultipleTableInheritance.git] / lib / DBIx / Class / ResultSource / MultipleTableInheritance.pm
index cfeb9c0..ba2ec52 100644 (file)
@@ -155,9 +155,6 @@ method attach_additional_sources () {
     );
     $self->deploy_depends_on->{$add->result_class} = 1;
   }
-
-  # add every column that's actually a concrete part of us
-
   $table->add_columns(
     map { ($_ => { %{$self->column_info($_)} }) }
       grep { $self->column_info($_)->{originally_defined_in} eq $self->name }