Skip to content

1.0.3

Compare
Choose a tag to compare
@isapir isapir released this 20 Jul 20:30
· 53 commits to master since this release

Migrate2Postgres-1.0.3-SNAPSHOT-dist.zip

Added DML Options

  • dml.execute.recommended : "all"
    will execute recommendations such as ALTER TABLE ALTER INDEX RESTART WITH n;

  • dml.execute.before_all

  • dml.execute.after_all
    if an item ends with ".sql" then it is treated as a path to a script file which is read and executed