phiilu / mailman

Mailman is a GUI to help you manage your email accounts stored in a MySQL/MariaDB database.
MIT License
70 stars 10 forks source link

update DB libs #44

Open Bernhard---H opened 4 years ago

Bernhard---H commented 4 years ago

this pull request updates the database dependencies and implements issues #38 and #41 along the way

Warning This contains a breaking change: The DB_ENGINE is no longer "maria". The current version of knex uses "mysql" for both mariadb and mysql-DBs.

Update: I implemented a workaround to support old .env settings