V7.11.5
Mostly addressing the migration of postgres tables using partitions where the table column order might have changed
What's Changed
- Remove usage of sp_MSdropconstraints and replace with logic to just delete FK constraints by @mysticmind in #142
- Add SQL Server provider functionality to handle reserved keywords as table and column names by @mysticmind in #144
- Fix modification of SQL Server column type by @mysticmind in #145
- Needed to initialize the partition tracking before adding new partiti… by @jeremydmiller in #146
- Spelling out individual columns in partition migrations by @jeremydmiller in #147
Full Changelog: V7.11.0...V7.11.5