sympa-community / sympa

Sympa, Mailing List Management Software
https://www.sympa.community/sympa
GNU General Public License v2.0
247 stars 97 forks source link

Fix SQLite upgrade with lowercase types #1516

Closed k0lter closed 1 year ago

k0lter commented 1 year ago

It seems that "occasionally" the SQL schema types in SQLite are not lower case so the upgrade in this case fail.

This patch was submitted in the following bug report: https://bugs.debian.org/1022943

ikedas commented 1 year ago

Merged. Thanks for fixing the bug!