Sha256: 11805f3515215e642b68c9686f18eae4e9b84b00377efc88c3b05f6857bfe9d3
Contents?: true
Size: 235 Bytes
Versions: 17
Compression:
Stored size: 235 Bytes
Contents
# This migration comes from fuel (originally 20150414220732) class AddSeoFieldsToPost < ActiveRecord::Migration def change add_column :fuel_posts, :seo_title, :string add_column :fuel_posts, :seo_description, :text end end
Version data entries
17 entries across 17 versions & 1 rubygems