All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- Fix cljdoc discovery by git tag.
- Add Enum field type.
- Add ability to explain migration in human-readable format.
- Add help command.
- Add model name to the auto-generated migration name
- Add numeric/decimal field type.
- Do not capitalize string value of option
:default
. Fixed by upgrading honeysql. - Do not drop fk constraint if fk option for field was empty.
- Upgrade dependencies: honeysql=2.4.1066, next.jdbc=1.3.883.
- Add ability to make migrations and migrate for changing table and column.
- Add ability to drop table and column.
- Add ability to create, alter and drop index.
- Add ability to migrate to specific migration number in any direction.
- Add ability to print list of migrations with statuses.
- Add ability to print raw SQL for migration.
- Add ability to create, migrate and explain sql migration type.
- Add ability to show error messages for users.