Migrator update
The migrator now applies all changes that are missing in the database. Previously the migrator only looked for local migrations with a creation date later than the last migration applied in the database
Now it detects and applies all missing migrations
- Fixed
generateandpullcommands to display theSQL fileinstead of thefolderpath in the migration output message
Your SQL migration ➜ path
Bug fixed
-
randomproperty is set onArray.prototypewithenumerable: true -
Fixed an error when seeding a composite unique column that includes a foreign key
-
Postgres:
DROP INDEXstatement did not respect schema -
Restricted usage of async functions in sync drivers' transactions