Sha256: e573ec0ba0b095ee4259b887e429913024eb49acb754e36822e7e2596993500c
Contents?: true
Size: 220 Bytes
Versions: 13
Compression:
Stored size: 220 Bytes
Contents
class RemoveUpdates < ActiveRecord::Migration def up drop_table :updates end def down create_table :updates do |t| t.integer "source_id" t.text "status" t.timestamps end end end
Version data entries
13 entries across 13 versions & 2 rubygems