Releases: cycle/migrations
Releases · cycle/migrations
v3.1.0
What's Changed
- Added ability to define
CURRENT_TIMESTAMP
value fordatetime
columns easily by @aquaminer in #33 - Added ability to look for migrations in vendor packages by @butschster in #37
- Fix
Exception::__construct(): Argument #2 must be of type int, string given
in theMigrationException
by @js361014 in #36
New Contributors
- @aquaminer made their first contribution in #33
- @js361014 made their first contribution in #36
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Replaces
Spiral\Migrations
withCycle\Migrations
by @butschster in #18 - Migrator class must accept
DatabaseProviderInterface
by @rauanmayemir in #24
New Contributors
- @butschster made their first contribution in #18
Full Changelog: https://github.com/cycle/migrations/commits/v3.0.0
2.0.0
v1.0.10
- Bump spiral dev dependecy
v1.0.9
- Upgrade PHP version in composer.json