Sha256: 8e0e3a86dde68e5e812ddf4ad5618144538d6339cca8eecc5f5a84cfea31aec4
Contents?: true
Size: 314 Bytes
Versions: 16
Compression:
Stored size: 314 Bytes
Contents
class AddNewFieldsToNotifications < ActiveRecord::Migration[5.1] def change add_column :notifications, :subject, :integer add_column :notifications, :custom_title, :text add_column :notifications, :custom_content_plain_text, :text add_column :notifications, :custom_content_html, :text end end
Version data entries
16 entries across 16 versions & 1 rubygems