Releases: spiral-modules/migrations
Releases · spiral-modules/migrations
v2.3.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
fixes invalid file sorting of migrations
v2.2.0
Compare
Sorry, something went wrong.
No results found
Bump spiral dependency to 2.7
v2.1.3
Compare
Sorry, something went wrong.
No results found
Upgrade PHP composer version
v2.1.2
Compare
Sorry, something went wrong.
No results found
vvval
released this
12 Oct 13:12
v2.1.1
Compare
Sorry, something went wrong.
No results found
reduce migration index length to 191 instead of 255 to comply with some database encodings
v2.1.0
Compare
Sorry, something went wrong.
No results found
v2.0.11
Compare
Sorry, something went wrong.
No results found
update to the latest Doctrine/Inflector API
v2.0.10
Compare
Sorry, something went wrong.
No results found
PSR-12 code style fix
[bugfix] invalid logic in alication location of OptionsTrait->getOption()
v2.0.9
Compare
Sorry, something went wrong.
No results found
improved duplicate migration name validation by @roxblnfk