Sha256: 1f9966990152049ed25887157477db886934eecc265fb8920c7f7fcc66b18c55
Contents?: true
Size: 312 Bytes
Versions: 23
Compression:
Stored size: 312 Bytes
Contents
class AddTemplatePrefs < ActiveRecord::Migration[4.2] def self.up remove_column :email_templates, :generate_exe add_column :email_templates, :prefs, :text add_column :web_templates, :prefs, :text end def self.down remove_column :email_templates, :prefs remove_column :web_templates, :prefs end end
Version data entries
23 entries across 23 versions & 2 rubygems