Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Releases: spiral-modules/migrations

v2.3.0

Choose a tag to compare

@roxblnfk roxblnfk released this 20 Sep 16:15
4d8355a
  • readonly connections are now ignored (#28)
  • The migrations table is now not created in the database for which there are no migrations (#26)
  • Fixes and optimizations (#25, #26)

v1.0.1

Choose a tag to compare

@wolfy-j wolfy-j released this 01 Feb 12:06
509680e
  • fixes invalid file sorting of migrations

v2.2.0

Choose a tag to compare

@SerafimArts SerafimArts released this 23 Dec 19:16
10a192c
  • Bump spiral dependency to 2.7

v2.1.3

Choose a tag to compare

@SerafimArts SerafimArts released this 21 Dec 11:25
cff6da8
  • Upgrade PHP composer version

v2.1.2

Choose a tag to compare

@vvval vvval released this 12 Oct 13:12
fade5c0

Fix migrations sort

v2.1.1

Choose a tag to compare

@wolfy-j wolfy-j released this 20 Aug 16:46
706b925
  • reduce migration index length to 191 instead of 255 to comply with some database encodings

v2.1.0

Choose a tag to compare

@alexndr-novikov alexndr-novikov released this 08 Jun 15:22
76ff5cb

v2.0.11

Choose a tag to compare

@wolfy-j wolfy-j released this 08 May 16:51
  • update to the latest Doctrine/Inflector API

v2.0.10

Choose a tag to compare

@wolfy-j wolfy-j released this 26 Dec 12:52
  • PSR-12 code style fix
  • [bugfix] invalid logic in alication location of OptionsTrait->getOption()

v2.0.9

Choose a tag to compare

@wolfy-j wolfy-j released this 20 Nov 06:02
286c9b8
  • improved duplicate migration name validation by @roxblnfk