github drizzle-team/drizzle-kit-mirror v0.23.1
0.23.1

one month ago
  • Fixed an issue with pushing SQLite tables with foreign keys defined using custom names. Previously, such tables were always recreated on each push. In this release, the foreign key name will not affect the detection of differences between the code schema and the database schema. This is because SQLite cannot have foreign key constraint names specified in a DDL create table query, so they should not be used in the diff process

  • When dropping a column from an SQLite table, there was an issue with accessing the primary key of an undefined column

  • Fixed issues with sequences, #504, #2643

Don't miss a new drizzle-kit-mirror release

NewReleases is sending notifications on new releases.