mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-22 16:47:47 +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
|