BigW Consortium Gitlab

20130613173246_add_created_by_id_to_user.rb 146 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddCreatedByIdToUser < ActiveRecord::Migration
  def change
    add_column :users, :created_by_id, :integer
  end
end