Sha256: 265286cc05303604c81187d451e200f7df51d0d0470d14c74f641d73a694664c
Contents?: true
Size: 187 Bytes
Versions: 17
Compression:
Stored size: 187 Bytes
Contents
# This migration comes from fuel (originally 20150608221309) class AddStartDateToAuthors < ActiveRecord::Migration def change add_column :fuel_authors, :start_date, :date end end
Version data entries
17 entries across 17 versions & 1 rubygems