Skip to content

Reshape 0.3.1

Compare
Choose a tag to compare
@fabianlindfors fabianlindfors released this 16 Jan 22:09
· 74 commits to main since this release

Improvements:

  • alter_column now supports columns which are part of unique indices. The value after the migration has been applied must still be unique.
  • alter_column now supports columns which are part of non-B-tree indices.

Fixes:

  • Fixed issue where alter_column had to have the changes key set even if it was empty.