Sha256: 5b96bc28d11284eed09cd1c79c31c3c31914965dd064ddd13162e739ebca85d4
Contents?: true
Size: 220 Bytes
Versions: 4
Compression:
Stored size: 220 Bytes
Contents
# This migration comes from cmor_cms (originally 20200120134342) class AddPublishedAtToCmorCmsTemplates < ActiveRecord::Migration[5.2] def change add_column :cmor_cms_templates, :published_at, :timestamp end end
Version data entries
4 entries across 4 versions & 1 rubygems