Sha256: 6598ffa21d46f58fc3ed4eb334d3d511941ad9f2f0567b300511315b8ef2f52d
Contents?: true
Size: 212 Bytes
Versions: 4
Compression:
Stored size: 212 Bytes
Contents
# This migration comes from cmor_cms (originally 20200120134306) class AddPublishedAtToCmorCmsPages < ActiveRecord::Migration[5.2] def change add_column :cmor_cms_pages, :published_at, :timestamp end end
Version data entries
4 entries across 4 versions & 1 rubygems