Sha256: a195a63fdb15a28a4f306e1caaeaa65206b25469c2ae02329f3e49cee4067cfe
Contents?: true
Size: 220 Bytes
Versions: 1
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
calagator-1.1.0 | db/migrate/20150206085809_remove_updates.rb |