Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 488 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 488 Bytes

Version 1.1.0

Enhancements:

  • Adapt to changes in db_migrator version 1.1.0.

  • Make the extension non-relocatable.
    This simplifies the code, and it should be no problem: you can always drop and re-create the extension.

  • Add foreign tables for table and column comments in the Oracle staging schema.
    Patch by Михаил.

Version 1.0.0, released 2023-02-08

Enhancements:

  • Add support for migrating partitioned tables.
    Patch by Florent Jardin.