Skip to content

v1.3.0

Compare
Choose a tag to compare
@mobsense mobsense released this 12 Sep 03:50
· 6 commits to main since this release

Major Feature Release

This release supports named migrations that are non-versioned migrations for maintenance and other routine tasks.

It also adds support to dynamically index new migration files. Using the dir params property is now the preferred way to reference a directory of migrations (versioned and named). These will be automatically indexed. This works even for AWS hosted migrations.

Features

  • Add named migration support via "onetable NAME" to run a named migration
  • Added "onetable named" to list the available named migrations
  • Added --table option to override the DynamoDB table name

Fixes

  • Fixed down migration sequencing

See