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

6 lines
124 B
Ruby

class AddCreatedByIdToUser < ActiveRecord::Migration
def change
add_column :users, :created_by_id, :integer
end
end