npm drizzle-kit 0.19.12

latest releases: 0.28.0-9859e8e, 0.28.0-96ca2b5, 0.28.0-2cb427f...
15 months ago
  • 🐛 SQLite push changes were triggered if there is an { autoincrement: true } field in a schema. This was caused by SQLite not storing proper information about the AUTOINCREMENT property for the column. In this release, it should treat it as expected.
  • 🐛 The SQLite introspect command was generating incorrect defaults for expressions in the output schema.
  • 🐛 As long as SQLite creates indexes for primary keys by default, those were not filtered in the push command. In this release, we will ignore such indexes.
  • 🐛 Fixed MySQL - Introspect not importing int

Don't miss a new drizzle-kit release

NewReleases is sending notifications on new releases.