Sha256: 43dc25e94fc122f945e9b6921ade8eb5db50ae71eace5f3515807db6790ed46a

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

class AddSocialMediaToAuthors < ActiveRecord::Migration
  def change
    add_column :fuel_authors, :instagram, :string
    add_column :fuel_authors, :medium, :string
    add_column :fuel_authors, :personal_site, :string
    add_column :fuel_authors, :linkedin, :string
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fuel-0.4.10 db/migrate/20160506145827_add_social_media_to_authors.rb
fuel-0.4.9 db/migrate/20160506145827_add_social_media_to_authors.rb
fuel-0.4.8 db/migrate/20160506145827_add_social_media_to_authors.rb
fuel-0.4.7 db/migrate/20160506145827_add_social_media_to_authors.rb