Sha256: 5e092e99b51b951d08de601a807d9d062a6366969e871f50d9195b5a62d59f1c
Contents?: true
Size: 242 Bytes
Versions: 50
Compression:
Stored size: 242 Bytes
Contents
class DorsaleCommentsAddDateAndTitle < ActiveRecord::Migration[5.0] def change add_column :dorsale_comments, :date, :date add_column :dorsale_comments, :title, :string Dorsale::Comment.update_all("date = created_at") end end
Version data entries
50 entries across 50 versions & 1 rubygems