npm drizzle-kit 0.19.12

latest releases: 0.25.0-d1da3b8, 0.25.0-ff1e9a5, 0.25.0-8dece56...
14 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.