Sha256: c897847c52dd11136038c57a8febcbf2b682c1a7fce45b2fe89f9fe0946d28d3
Contents?: true
Size: 206 Bytes
Versions: 169
Compression:
Stored size: 206 Bytes
Contents
class AddPubDateToManifestation < ActiveRecord::Migration[4.2] def self.up add_column :manifestations, :pub_date, :string end def self.down remove_column :manifestations, :pub_date end end
Version data entries
169 entries across 169 versions & 21 rubygems