I upgraded my project to EF6 and this library no longer works, so I enabled temporal tables for my entities using EF6 integrated system. However when I create a new migration it tries to create temporal tables as if they never existed, so when applying it to the db it fails. Is there a suggested way to deal with this?