1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-25 07:37:16 +09:00
YuruToot/db/migrate/20161116162355_add_locale_to_users.rb

6 lines
117 B
Ruby
Raw Normal View History

2016-11-17 01:51:02 +09:00
class AddLocaleToUsers < ActiveRecord::Migration[5.0]
def change
add_column :users, :locale, :string
end
end