Sha256: 49c022796d3dca3013bdccc437f3745a8b127ddde40a09ee8d4b8c3962076542
Contents?: true
Size: 206 Bytes
Versions: 1
Compression:
Stored size: 206 Bytes
Contents
class AddPubDateToManifestation < ActiveRecord::Migration[5.1] def self.up add_column :manifestations, :pub_date, :string end def self.down remove_column :manifestations, :pub_date end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_seed-0.4.0.beta.1 | spec/dummy/db/migrate/20110301035123_add_pub_date_to_manifestation.rb |