v1.3.0
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