Sha256: 2d008c57ad76ca7a674edf0a5f5944baa79144c38ba2210b78740734c2e78229

Contents?: true

Size: 138 Bytes

Versions: 10

Compression:

Stored size: 138 Bytes

Contents

class AddFormatToFuelPosts < ActiveRecord::Migration
  def change
    add_column :fuel_posts, :format, :string, default: "html"
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fuel-0.4.10 db/migrate/20151014140731_add_format_to_fuel_posts.rb
fuel-0.4.9 db/migrate/20151014140731_add_format_to_fuel_posts.rb
fuel-0.4.8 db/migrate/20151014140731_add_format_to_fuel_posts.rb
fuel-0.4.7 db/migrate/20151014140731_add_format_to_fuel_posts.rb
fuel-0.4.6 db/migrate/20151014140731_add_format_to_fuel_posts.rb
fuel-0.4.5 db/migrate/20151014140731_add_format_to_fuel_posts.rb
fuel-0.4.4 db/migrate/20151014140731_add_format_to_fuel_posts.rb
fuel-0.4.3 db/migrate/20151014140731_add_format_to_fuel_posts.rb
fuel-0.4.2 db/migrate/20151014140731_add_format_to_fuel_posts.rb
fuel-0.4.1 db/migrate/20151014140731_add_format_to_fuel_posts.rb