user_pref_language users field value changed to enum. user_phone_number optional.

This commit is contained in:
2026-06-12 23:32:50 +02:00
parent aece25439b
commit d6079878c4
2 changed files with 20 additions and 18 deletions

1
sql-update-1.2.3.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE `system_users` CHANGE COLUMN `user_pref_language` `user_pref_language` ENUM("en","nl") NOT NULL DEFAULT 'en' COLLATE 'utf8mb4_general_ci' AFTER `user_login_attempts`;