Closed charithe closed 1 year ago
Setting DisableTableCreate on a MigrationSet has no effect because the getMigrationDbMap method on MigrationSet uses the global migSet instead of the instance variable.
DisableTableCreate
MigrationSet
getMigrationDbMap
migSet
Signed-off-by: Charith Ellawala charith.ellawala@gmail.com
@charithe I just noticed that you had written this PR, I also wrote a PR to fix the same problem #242 . Hopefully one or both of these can get merged.
Setting
DisableTableCreate
on aMigrationSet
has no effect because thegetMigrationDbMap
method onMigrationSet
uses the globalmigSet
instead of the instance variable.Signed-off-by: Charith Ellawala charith.ellawala@gmail.com