Releases: tinyappsde/db-updater
Releases · tinyappsde/db-updater
v1.0.11
- updated dependencies for PHP 8.1 compatibility
v1.0.10
- Fixes an issue with auto table setup and custom config table names
v1.0.9
- Supporting a custom table name for storing the executed database updates (replacing the default
database_updates
table name)
- The update will try creating the updates folder in directory mode if it's not existing (#3)
v1.0.8
- fix for an issue that updates in directory mode were executed in an incorrect order
- including the time in auto-generated ID's to prevent wrong execution order of updates from the same date
v1.0.7
This update addresses an issue where the config table is not created correctly when PDO::ATTR_ERRMODE is set to ERRMODE_SILENT
.
v1.0.6
This update fixes a compatibility issue with PHP 7.4.