Bug fixes
A list of regressions after 0.21.0
that were fixed (there are more, and those should be fixed in the next patch releases):
- SQLite
generate
andpush
were not detecting new columns added. - Timestamps with precision in Postgres were always detected as a change on
push
- Unique constraints for PostgreSQL were not generated and pushed
- When adding columns to SQLite, table name was not escaped
Tickets that were closed