kitsune/migrations/91-user-locale.sql

4 строки
121 B
SQL

-- Add a preferred locale to profiles.
ALTER TABLE `users_profile`
ADD `locale` varchar(7) NOT NULL DEFAULT 'en-US';