Sha256: d1c7a88f46a12a93e803705bb9289901b4b7dc1c1c16f75eb4fa25e45de055c8

Contents?: true

Size: 205 Bytes

Versions: 23

Compression:

Stored size: 205 Bytes

Contents

class DropClientsAndLocations < ActiveRecord::Migration
  def up
    drop_table :clients
    drop_table :locations
  end

  def down
    raise ActiveRecord::IrreversibleMigration.new("Nooooope")
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
g5_updatable-0.20.3.pre.1 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.10.3 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.10.2 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.10.1 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.10.0 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.9.0 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.8.0 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.7.2 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.7.1 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.7.0 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.6.1 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.6.0 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.5.1 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.5.0 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.4.3 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.4.2 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.4.1 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.4.0 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.3.5 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb
g5_updatable-0.3.4 spec/dummy/db/migrate/20140709220627_drop_clients_and_locations.rb