Download Latest Version Reshape 0.7.0 source code.tar.gz (44.6 kB)
Email in envelope

Get an email when there's a new version of Reshape

Home / v0.7.0
Name Modified Size InfoDownloads / Week
Parent folder
reshape-darwin_amd64 2024-01-21 5.5 MB
reshape-darwin_aarch64 2024-01-21 5.4 MB
reshape-linux_aarch64 2024-01-21 10.3 MB
reshape-linux_386 2024-01-21 10.2 MB
reshape-linux_amd64 2024-01-21 10.1 MB
README.md 2024-01-21 852 Bytes
Reshape 0.7.0 source code.tar.gz 2024-01-21 44.6 kB
Reshape 0.7.0 source code.zip 2024-01-21 70.6 kB
Totals: 8 Items   41.6 MB 0

This release brings a major new feature in the form of complex migrations that can span multiple tables. When creating tables as well as adding and removing columns, the up and down options can now be used to move and transforms data across tables. With this, you can for example move a column from one table to another, or transform a 1:N relationship into N:M, all with zero downtime of course. Check out the examples in the documentation to learn how to use it.

Features:

  • Added support for complex changes that span multiple tables to create_table, add_column and remove_column actions

Improvements:

  • Added support for user defined types across actions

Fixed:

  • Fixed issue where a migration would continue even if an action failed
Source: README.md, updated 2024-01-21