Sha256: 0c6b1129380084fb32521f3ddd39901f7c0c7bad37bbdfbc24c8a49dc0e9fb93

Contents?: true

Size: 178 Bytes

Versions: 8

Compression:

Stored size: 178 Bytes

Contents

class RemoveInstitutionalVideos < ActiveRecord::Migration
  def up
    drop_table :institutional_videos
  end

  def down
    raise ActiveRecord::IrreversibleMigration
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
catarse_full-0.1.0 db/migrate/20130201205659_remove_institutional_videos.rb
catarse_full-0.0.6 db/migrate/20130201205659_remove_institutional_videos.rb
catarse_full-0.0.5 db/migrate/20130201205659_remove_institutional_videos.rb
catarse_full-0.0.4 db/migrate/20130201205659_remove_institutional_videos.rb
catarse_full-0.0.3 db/migrate/20130201205659_remove_institutional_videos.rb
catarse_full-0.0.2 db/migrate/20130201205659_remove_institutional_videos.rb
catarse_full-0.0.1 db/migrate/20130201205659_remove_institutional_videos.rb
catarse_core-1.0.0.beta db/migrate/20130201205659_remove_institutional_videos.rb