Sha256: 61551af2cbaa31690ce67a8ef3dbeb98d2752da94f36883ace6e75a14843b9dd

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

class AddPubDateToManifestation < ActiveRecord::Migration[5.0]
  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.3.0.beta.4 spec/dummy/db/migrate/20110301035123_add_pub_date_to_manifestation.rb