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

Releases: spiral-modules/migrations

v2.3.0

20 Sep 16:15
4d8355a
Compare
Choose a tag to compare
  • 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

01 Feb 12:06
509680e
Compare
Choose a tag to compare
  • fixes invalid file sorting of migrations

v2.2.0

23 Dec 19:16
10a192c
Compare
Choose a tag to compare
  • Bump spiral dependency to 2.7

v2.1.3

21 Dec 11:25
cff6da8
Compare
Choose a tag to compare
  • Upgrade PHP composer version

v2.1.2

12 Oct 13:12
fade5c0
Compare
Choose a tag to compare

Fix migrations sort

v2.1.1

20 Aug 16:46
706b925
Compare
Choose a tag to compare
  • reduce migration index length to 191 instead of 255 to comply with some database encodings

v2.1.0

08 Jun 15:22
76ff5cb
Compare
Choose a tag to compare

v2.0.11

08 May 16:51
Compare
Choose a tag to compare
  • update to the latest Doctrine/Inflector API

v2.0.10

26 Dec 12:52
Compare
Choose a tag to compare
  • PSR-12 code style fix
  • [bugfix] invalid logic in alication location of OptionsTrait->getOption()

v2.0.9

20 Nov 06:02
286c9b8
Compare
Choose a tag to compare
  • improved duplicate migration name validation by @roxblnfk