cybertec-postgresql / db_migrator

Other
21 stars 8 forks source link

New db_migrate_indexes function #25

Closed fljdin closed 1 year ago

fljdin commented 1 year ago

Separate indexes from constraints creation by extract logic from db_migrate_constraints.

The db_migrate function has been modified to reflect these rules. No regression detected with mssql_migrator or mysql_migrator plugins with this new function.

Related to #24

laurenz commented 1 year ago

Looks, alright; merged.