Sha256: a77a5a45bffd9ef01b6896f2770a66b89308ef51fa3c22c3aa355268627bf43f
Contents?: true
Size: 291 Bytes
Versions: 47
Compression:
Stored size: 291 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
47 entries across 47 versions & 1 rubygems