v1.2.0
Major Feature Release
Features
- Support new onetable-migrate with persisted schemas.
- Remove --schema and migrate.json schema property.
Breaking Changes
The onetable-migrate library now persists migrations to the table. Further, migrations must specify the schema for that migration. So, the OneTable CLI can now use the migrate library to read the schema from the table.
Fixes
- none