Sha256: 919c694df34d4ebf42b337e34faca7ec5562c5d618d8f477a08e31f2910d7cf3
Contents?: true
Size: 158 Bytes
Versions: 1
Compression:
Stored size: 158 Bytes
Contents
class DropTableChanges < ActiveRecord::Migration def up drop_table :changes end def down raise ActiveRecord::IrreversibleMigration end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
houston-core-0.5.0.beta1 | db/migrate/20140907012329_drop_table_changes.rb |