Sha256: b8d44d2f96f469beb88374e329b3f6153847abacee920ee912cfbda8d97ecc02
Contents?: true
Size: 261 Bytes
Versions: 20
Compression:
Stored size: 261 Bytes
Contents
class RemovePrototypePresentation < ActiveRecord::Migration def self.up change_table :prototypes do |t| t.remove :presentation end end def self.down change_table :prototypes do |t| t.string :presentation end end end
Version data entries
20 entries across 20 versions & 3 rubygems