1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/db/migrate/20161116162355_add_locale_to_users.rb
2016-11-16 17:56:31 +01:00

5 lines
117 B
Ruby

class AddLocaleToUsers < ActiveRecord::Migration[5.0]
def change
add_column :users, :locale, :string
end
end