Sha256: 655604f81358345f52475753861167b0cd7d041527015450bbb0ad580b7b5bd2
Contents?: true
Size: 201 Bytes
Versions: 712
Compression:
Stored size: 201 Bytes
Contents
class AddPubDateToManifestation < ActiveRecord::Migration def self.up add_column :manifestations, :pub_date, :string end def self.down remove_column :manifestations, :pub_date end end
Version data entries
712 entries across 704 versions & 23 rubygems