Skip to content

Commit

Permalink
on versionnable behavior, don't generate sql if parent table had skipSql
Browse files Browse the repository at this point in the history
equal to true
  • Loading branch information
lunika committed Jul 10, 2013
1 parent 7a09875 commit 51a0aa9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ protected function addVersionTable()
'package' => $table->getPackage(),
'schema' => $table->getSchema(),
'namespace' => $table->getNamespace() ? '\\' . $table->getNamespace() : null,
'skipSql' => $table->isSkipSql()
));
$versionTable->isVersionTable = true;
// every behavior adding a table should re-execute database behaviors
Expand Down

0 comments on commit 51a0aa9

Please sign in to comment.