Sha256: cac1b9693db5d246d2c5204d82acf2ac03730a40fb64dedffd76086c70faba3d
Contents?: true
Size: 304 Bytes
Versions: 13
Compression:
Stored size: 304 Bytes
Contents
class ChangeMetaDescriptionForPages < ActiveRecord::Migration def up change_table :cms_pages_translation do |t| t.change :meta_description, :text end end def down change_table :cms_pages_translation do |t| t.change :meta_description, :string end end end
Version data entries
13 entries across 13 versions & 1 rubygems