Skip to content

Adding support for migrations

Pre-release
Pre-release
Compare
Choose a tag to compare
@thetutlage thetutlage released this 26 Nov 19:07
· 1009 commits to develop since this release
  • refactor: accept custom return types for model and relation query builders 51be91a
  • fix(types): QueryBuilder.with accepts sub query builder instances as well f02df80
  • fix(adapter): use adapter key when consuming insert returning results 24634ae
  • chore: remove linter await promise rule 5e25aa7
  • chore: update dependencies 8cefeba
  • chore: setup providers and commands instructions inside package file f5e7fbd
  • feat: add status command 471b44d
  • feat: add rollback command 8d1c946
  • feat: add migrate command 1cb0491
  • refactor(Migrator): Include a complete trace of migrated files and their respective status b3af184
  • feat: add make migration command 0bfd8e0
  • chore: update dependencies d865453
  • refactor: add option to close all db connections from the migrator 34eba39
  • fix: handle esm exports when requiring migrations 6349508
  • test: fixing tests helpers to make tests pass 2751527
  • refactor: remove primaryAdapterKey in favor of using $refs for looking up cast keys 3334888
  • feat: add refresh method to refresh model instances aaf7d38
  • fix: pass transaction client from query builder to model instance 2851a21

v7.1.7-0...v7.2.0-0