Sha256: ba73b07066ac0321e465f0ea10a31f7504a59541418f00544581f2cdfe9deff2
Contents?: true
Size: 333 Bytes
Versions: 17
Compression:
Stored size: 333 Bytes
Contents
# This migration comes from fuel (originally 20150603205232) class AddContactMethodsToAuthors < ActiveRecord::Migration def change add_column :fuel_authors, :email, :string add_column :fuel_authors, :twitter, :string add_column :fuel_authors, :github, :string add_column :fuel_authors, :dribbble, :string end end
Version data entries
17 entries across 17 versions & 1 rubygems