Sha256: 1ab7470bca1b46b32073e94e6afa06e1d78cfe64431d3553f643503ea1c63c52
Contents?: true
Size: 205 Bytes
Versions: 8
Compression:
Stored size: 205 Bytes
Contents
# This migration comes from alchemy (originally 20130918201742) class AddPublishedAtToAlchemyPages < ActiveRecord::Migration def change add_column :alchemy_pages, :published_at, :timestamp end end
Version data entries
8 entries across 8 versions & 1 rubygems