mirror of
https://github.com/glitch-soc/mastodon
synced 2025-05-08 13:04:51 +00:00
5 lines
117 B
Ruby
5 lines
117 B
Ruby
class AddLocaleToUsers < ActiveRecord::Migration[5.0]
|
|
def change
|
|
add_column :users, :locale, :string
|
|
end
|
|
end
|