Sha256: 8c43c11d7caa90c4f5d642d732c2e59f0629f615ac2edb1ba1e4f5aa987554c9

Contents?: true

Size: 185 Bytes

Versions: 70

Compression:

Stored size: 185 Bytes

Contents

class AddAccountIdToPhotos < ActiveRecord::Migration
  def self.up
    add_column :photos, :account_id, :integer
  end

  def self.down
    remove_column :photos, :account_id
  end
end

Version data entries

70 entries across 70 versions & 22 rubygems

Version Path
akitaonrails-resource_controller-0.5.2 test/db/migrate/009_add_account_id_to_photos.rb
akitaonrails-resource_controller-0.5.3 test/db/migrate/009_add_account_id_to_photos.rb
csmosx-resource_controller-0.6.6 test/db/migrate/009_add_account_id_to_photos.rb
csmosx-resource_controller-0.6.7 test/db/migrate/009_add_account_id_to_photos.rb
dkubb-resource_controller-0.6.5 test/db/migrate/009_add_account_id_to_photos.rb
giraffesoft-resource_controller-0.4.10 test/db/migrate/009_add_account_id_to_photos.rb
giraffesoft-resource_controller-0.4.12 test/db/migrate/009_add_account_id_to_photos.rb
giraffesoft-resource_controller-0.4.9 test/db/migrate/009_add_account_id_to_photos.rb
giraffesoft-resource_controller-0.5.2 test/db/migrate/009_add_account_id_to_photos.rb
giraffesoft-resource_controller-0.5.3 test/db/migrate/009_add_account_id_to_photos.rb
giraffesoft-resource_controller-0.5.5 test/db/migrate/009_add_account_id_to_photos.rb
giraffesoft-resource_controller-0.5.6 test/db/migrate/009_add_account_id_to_photos.rb
giraffesoft-resource_controller-0.6.0 test/db/migrate/009_add_account_id_to_photos.rb
giraffesoft-resource_controller-0.6.1 test/db/migrate/009_add_account_id_to_photos.rb
giraffesoft-resource_controller-0.6.5 test/db/migrate/009_add_account_id_to_photos.rb
jeffrafter-resource_controller-0.5.5 test/db/migrate/009_add_account_id_to_photos.rb
kdmny-spree-0.0.1 vendor/plugins/resource_controller/test/db/migrate/009_add_account_id_to_photos.rb
korin-resource_controller-0.5.3 test/db/migrate/009_add_account_id_to_photos.rb
maser-resource_controller-0.6.6 test/db/migrate/009_add_account_id_to_photos.rb
nileshtrivedi-lp_resource_builder-0.5.1 test/db/migrate/009_add_account_id_to_photos.rb