Skip to content

Commit

Permalink
better clean sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Mar 29, 2019
1 parent 4519e24 commit 1511a6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Generator/CleanTables.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public function run(Registry $registry): Registry
$state->forgetIndex($index);
}

$state->setPrimaryKeys([]);

$schema->setState($state);
}
}
Expand Down

0 comments on commit 1511a6f

Please sign in to comment.