Skip to content

Releases: tinyappsde/db-updater

v1.0.11

25 Nov 21:01
90c551e
Compare
Choose a tag to compare
  • updated dependencies for PHP 8.1 compatibility

v1.0.10

05 May 16:24
eb0bbfc
Compare
Choose a tag to compare
  • Fixes an issue with auto table setup and custom config table names

v1.0.9

04 May 14:04
753029d
Compare
Choose a tag to compare
  • 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
1d419a7
Compare
Choose a tag to compare
  • 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
47bfc76
Compare
Choose a tag to compare

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
ad6cbc6
Compare
Choose a tag to compare

This update fixes a compatibility issue with PHP 7.4.