This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
0.19.12
- π 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 theAUTOINCREMENT
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