Sha256: 863b0747db45ad97af5113708c1a02c92a4b62fad3a1c08ec281ebb1a687ed84

Contents?: true

Size: 197 Bytes

Versions: 3

Compression:

Stored size: 197 Bytes

Contents

class AddOrganizationToNotes < ActiveRecord::Migration
  def change
  	add_column :notes, :organization_id, :integer
  end

  def down
  	remove_column :notes, :organization_id, :integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pshq_engine-0.1.6 db/migrate/20150714004440_add_organization_to_notes.rb
pshq_engine-0.1.5 db/migrate/20150714004440_add_organization_to_notes.rb
pshq_engine-0.0.1 db/migrate/20150714004440_add_organization_to_notes.rb