Sha256: ad2e5a11c0cde57226565ec66d472e37c813599757eb2617b4b67ef5df1973e1
Contents?: true
Size: 185 Bytes
Versions: 17
Compression:
Stored size: 185 Bytes
Contents
# This migration comes from fuel (originally 20150529201715) class AddPostedAtToPosts < ActiveRecord::Migration def change add_column :fuel_posts, :posted_at, :datetime end end
Version data entries
17 entries across 17 versions & 1 rubygems