Releases: alexisvisco/amigo
Releases · alexisvisco/amigo
v0.0.13-alpha release
Breaking change :
- better consistency, use main.go generated for the whole cli
- better support for unsuported drivers
- change config to contexts.yml, better support for multiple db with the cli
v0.0.12-alpha
BREAKING CHANGE: migrations are now in db/migrations.
- better logging support
- possibility to migrate using schema.sql (for fresh installs)
- dump the schema via amigo schema
- dump the schema via migrate/rollback cmd (-d flag)
- update documentation
v0.0.11-alpha
- BREAKING CHANGE: default amigo folder is now inside migrations/db
- feature: Query with auto closing of rows
v0.0.10-alpha
refactor: better errors
v0.0.9-alpha
BREAKING CHANGE: changing the id
column to version
in the table mig_schema_migrations
v0.0.8-alpha
feature: add raw sql support
v0.0.7-alpha
- support unknown dsn
v0.0.6-alpha
- support for enums
- remove scanny dependencies
v0.0.5-alpha
- fix syntax highlighting
v0.0.4-alpha
- feature: add change column default, add table comment