2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00
discourse/db/migrate/20140206044818_add_locale_to_user.rb

5 lines
127 B
Ruby

class AddLocaleToUser < ActiveRecord::Migration[4.2]
def change
add_column :users, :locale, :string, limit: 10
end
end