1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

fix: ensure encoding is set for message db

هذا الالتزام موجود في:
Adam Cooke
2024-02-27 19:04:40 +00:00
الأصل de88201f61
التزام ae30cc7615

عرض الملف

@@ -171,6 +171,11 @@ module Postal
description "The MariaDB password"
end
string :encoding do
description "The encoding to use when connecting to the MariaDB database"
default "utf8mb4"
end
string :database_name_prefix do
description "The MariaDB prefix to add to database names"
default "postal"