Sha256: a655c2c548e44264d1d8aca4fd2a86e3f71c35c3766bbd00bd26ddb4ff01d21a
Contents?: true
Size: 201 Bytes
Versions: 48
Compression:
Stored size: 201 Bytes
Contents
# This migration comes from dm_cms (originally 20130531212537) class AddNotificationSent < ActiveRecord::Migration def change add_column :cms_posts, :notification_sent_on, :datetime end end
Version data entries
48 entries across 48 versions & 3 rubygems