Sha256: 79c91059cc6c14d72fa27fac4b4891ab95e655fb132aa3f8792b56e3d4d9ee21

Contents?: true

Size: 130 Bytes

Versions: 1

Compression:

Stored size: 130 Bytes

Contents

class AddOrganisationIdToUsers < ActiveRecord::Migration
  def change
    add_column :users, :organisation_id, :integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_magic_renamer-2.0.0.pre.alpha spec/support/sample_app_rails_4/db/migrate/20160424114727_add_organisation_id_to_users.rb