mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 07:06:03 +01:00
5 lines
111 B
Ruby
5 lines
111 B
Ruby
class AddLocaleToUser < ActiveRecord::Migration
|
|
def change
|
|
add_column :users, :locale, :string
|
|
end
|
|
end
|