ваше сообщение коммита

This commit is contained in:
2025-05-28 16:23:11 +03:00
parent 093e599847
commit cd6e9bc663
12 changed files with 1148 additions and 102 deletions

View File

@@ -0,0 +1,2 @@
-- Добавление поля preferred_language для хранения языков пользователя (множественный выбор)
ALTER TABLE users ADD COLUMN preferred_language jsonb;