Releases: tinyappsde/db-updater
Releases · tinyappsde/db-updater
v1.0.11
25 Nov 21:01
Compare
Sorry, something went wrong.
No results found
updated dependencies for PHP 8.1 compatibility
v1.0.10
05 May 16:24
Compare
Sorry, something went wrong.
No results found
Fixes an issue with auto table setup and custom config table names
v1.0.9
04 May 14:04
Compare
Sorry, something went wrong.
No results found
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
22 Apr 11:39
Compare
Sorry, something went wrong.
No results found
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
13 Apr 10:10
Compare
Sorry, something went wrong.
No results found
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
12 Apr 16:05
Compare
Sorry, something went wrong.
No results found
This update fixes a compatibility issue with PHP 7.4.