Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

0.20.12

Compare
Choose a tag to compare
@AndriiSherman AndriiSherman released this 12 Jan 20:38
· 2 commits to master since this release
edfae9e
  • Made schemaTo optional during the serialize step, preventing unnecessary drop+create foreign key statements from appearing.

  • Fixed an issue: when using a barrel file, drizzle-kit was exporting duplicated tables, leading to an error with multiple indexes having the same name. It should now remove duplicates and function as expected