debian-mirror-gitlab/db/migrate/20130304104623_add_state_to_user.rb
2014-09-02 14:37:02 +02:00

5 lines
109 B
Ruby

class AddStateToUser < ActiveRecord::Migration
def change
add_column :users, :state, :string
end
end