Sha256: d7d8f05a4024c293d1df85cd2c3ae06830eaaba9f6122855f1c2417d459be7fb
Contents?: true
Size: 195 Bytes
Versions: 93
Compression:
Stored size: 195 Bytes
Contents
class AddPublishAtAndRemovePublishedFromTenonPosts < ActiveRecord::Migration def change add_column :tenon_posts, :publish_at, :datetime remove_column :tenon_posts, :published end end
Version data entries
93 entries across 93 versions & 1 rubygems