mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-02-09 01:59:14 +00:00
![Nigel Kukard](/assets/img/avatar_default.png)
This change fixes the migration on the `user` table, `confirmed` column to be compatible with PostgreSQL and MySQL databases. Fixes #635 which introduced a breaking change for MySQL databases and resolves #1446. ``` Tested on: - PostgreSQL:14 - WORKING - PostgreSQL:15 - WORKING - MariaDB:10.11 - WORKING - MariaDB:10.10 - WORKING - MariaDB:10.9 - WORKING - MariaDB:10.8 - WORKING - MariaDB:10.7 - WORKING - MariaDB:10.6 - WORKING - MariaDB:10.5 - WORKING - MariaDB:10.3 - WORKING ```
Generic single-database configuration.