Sha256: 069d363d7abe30fc107dabd20b4117d07156228e79ec6c584501f548576f460a

Contents?: true

Size: 154 Bytes

Versions: 27

Compression:

Stored size: 154 Bytes

Contents

class DropTableErrors < ActiveRecord::Migration
  def up
    drop_table :errors
  end

  def down
    raise ActiveRecord::IrreversibleMigration
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
houston-core-0.5.6 db/migrate/20140907013836_drop_table_errors.rb
houston-core-0.5.5 db/migrate/20140907013836_drop_table_errors.rb
houston-core-0.5.4 db/migrate/20140907013836_drop_table_errors.rb
houston-core-0.5.3 db/migrate/20140907013836_drop_table_errors.rb
houston-core-0.5.2 db/migrate/20140907013836_drop_table_errors.rb
houston-core-0.5.1 db/migrate/20140907013836_drop_table_errors.rb
houston-core-0.5.0 db/migrate/20140907013836_drop_table_errors.rb