Sha256: bed0eef41d78e2a9cdef45a4c724a391a376f6ce4fcc892e3d80157df0067104
Contents?: true
Size: 444 Bytes
Versions: 7
Compression:
Stored size: 444 Bytes
Contents
class CreateVoltronNotificationEmailNotifications < ActiveRecord::Migration def change create_table :voltron_notification_email_notifications do |t| t.string :to t.string :from t.string :subject t.string :template_path t.string :template_name t.string :mailer_class t.string :mailer_method t.text :request_json t.text :response_json t.integer :notification_id end end end
Version data entries
7 entries across 7 versions & 1 rubygems