Skip to content

Releases: cakephp/migrations

3.6.1

08 Dec 20:58
c08c4a0
Compare
Choose a tag to compare

What's Changed

  • Add support for DSN options. by @ndm2 in #582
  • Add message if migrations/seeds folders do not exist and debug is dis… by @ajibarra in #584

Full Changelog: 3.6.0...3.6.1

3.6.0

14 Oct 05:51
e1a0a76
Compare
Choose a tag to compare

What's Changed

  • Mode / Cache Parameter Support by @swiffer in #574

    Users can now set the cache=shared option when using a sqlite connection to run tests migrations in-memory.

New Contributors

Full Changelog: 3.5.3...3.6.0

Migrations 3.5.3

25 Sep 02:31
8ba15cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.2...3.5.3

Migrations 3.5.2

10 May 15:08
e1b03bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.1...3.5.2

Migrations 3.5.1

14 Mar 14:27
6b03a44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.0...3.5.1

3.5.0

08 Mar 17:51
c161295
Compare
Choose a tag to compare

Improvements

Full Changelog: 3.4.0...3.5.0

Migrations 3.4.0

30 Nov 03:45
4270426
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...3.4.0

Migrations 3.3.0

31 Oct 03:21
e0ee5fb
Compare
Choose a tag to compare

New Features

  • Migrator::runMany() was added. This method complements Migrator::run() and allows you to run migrations for multiple connections, plugins and sources at once. Added by @pabloelcolombiano in #522

What's Changed

Full Changelog: 3.2.0...3.3.0

Migrations 3.2.0

24 Oct 01:57
Compare
Choose a tag to compare

New Features

Fixes

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

25 May 14:29
d22737c
Compare
Choose a tag to compare

Improvements

  • Updated deprecated default_database to default_environment
  • Allow also short forms lat/lng as they are commonly used