Releases: okvpn/migration-bundle
Releases · okvpn/migration-bundle
v2.1.0
- feature Make command
- feature Support multiple migration locations
v2.0.0
- feature #15 Remove data fixture (@vtsykun)
- feature #19 Drop php5.6 support (@vtsykun)
- feature #20 Allow configure path & table name for migrations (@vtsykun)
Possible specify custom migrations path and migration table
okvpn_migration:
migrations_path: 'Migrations/ORM'
migrations_table: migrations
v1.2.1
- Bug #18 fixed command
okvpn:migration:diff
unable to find template "OkvpnMigrationBundle::schema-diff-template.php.twig" (@vtsykun)
v1.2.0
Changelog
- feature #9 Diff command to compare database and ORM structure ( @inri13666 )
- feature #14 Preparation to move fixtures package to the separate repository ( @vtsykun )
v1.1.2
- Fixed #4 Wrong dump for bundle without entties
- Fixed #11 Cleanup whitespace in twig installer