Sha256: abead8fdcfbc6a7c1eff0a4ffb2625df6728764da64542bce54f0ab5211490fe
Contents?: true
Size: 123 Bytes
Versions: 12
Compression:
Stored size: 123 Bytes
Contents
class AddPublishedToPost < ActiveRecord::Migration def change add_column :posts, :published_at, :timestamp end end
Version data entries
12 entries across 12 versions & 1 rubygems