Skip to content

v1.1.0

Compare
Choose a tag to compare
@halvardssm halvardssm released this 07 Oct 20:37
17a71a4

New experimental migration file syntax!

Consider testing out your project with the new class-based migration syntax as the function-based syntax will be removed in the next major release. See the readme and the example folder for examples.

When using the class-based migration, you will have the client exposed in the migration class. This allows for more complex migrations and better modularity.