Sha256: 737229952ea7ce05b79a9a13239addea8b080695525481f991741a9c446256ba

Contents?: true

Size: 207 Bytes

Versions: 114

Compression:

Stored size: 207 Bytes

Contents

class AddPluralAndTemplateToPulitzerPostTypes < ActiveRecord::Migration
  def change
    add_column :pulitzer_post_types, :plural, :boolean
    add_column :pulitzer_post_types, :template, :boolean
  end
end

Version data entries

114 entries across 112 versions & 1 rubygems

Version Path
pulitzer-0.5.6 spec/dummy/db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.5.6 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.5.5 spec/dummy/db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.5.5 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.5.4 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.5.3 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.5.2 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.5.1 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.5.0 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.4.16 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.4.15 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.4.14 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.4.13 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.4.12 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.4.11 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.4.10 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.4.9 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.4.8 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.4.7 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb
pulitzer-0.4.6 db/migrate/20150629195832_add_plural_and_template_to_pulitzer_post_types.rb