Sha256: 437b4ea05be40524a17b9b591604745df5782c199599d0e6d0b263efe20dd1b9
Contents?: true
Size: 233 Bytes
Versions: 4
Compression:
Stored size: 233 Bytes
Contents
# This migration comes from cmor_cms (originally 20200120134422) class AddPublishedAtToCmorCmsNavigationItems < ActiveRecord::Migration[5.2] def change add_column :cmor_cms_navigation_items, :published_at, :timestamp end end
Version data entries
4 entries across 4 versions & 1 rubygems