Sha256: 96c268cf47b6b469f80ef5241859a9f473df40d69618d006e435e5fc3c16e711
Contents?: true
Size: 186 Bytes
Versions: 17
Compression:
Stored size: 186 Bytes
Contents
# This migration comes from fuel (originally 20150604161900) class RemovePostedAtFromFuelPosts < ActiveRecord::Migration def change remove_column :fuel_posts, :posted_at end end
Version data entries
17 entries across 17 versions & 1 rubygems