Skip to content

Releases: okvpn/migration-bundle

v2.1.2

17 Jan 00:42
Compare
Choose a tag to compare
  • Fix twig 3.0 support

v2.1.0

17 Mar 22:00
83efc6a
Compare
Choose a tag to compare
  • feature Make command
  • feature Support multiple migration locations

v2.0.0

31 Dec 14:55
292d9d8
Compare
Choose a tag to compare
  • 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

30 Dec 10:42
Compare
Choose a tag to compare
  • Bug #18 fixed command okvpn:migration:diff unable to find template "OkvpnMigrationBundle::schema-diff-template.php.twig" (@vtsykun)

v1.2.0

05 Aug 22:37
e1ec99d
Compare
Choose a tag to compare

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

30 Jul 00:48
Compare
Choose a tag to compare
  • Fixed #4 Wrong dump for bundle without entties
  • Fixed #11 Cleanup whitespace in twig installer