Sha256: 47f21351764bcd165e126fc1687a0183b9910874cff5b7f27678fde659f7a01d
Contents?: true
Size: 265 Bytes
Versions: 5
Compression:
Stored size: 265 Bytes
Contents
# This migration comes from tb_cms (originally 20121112151110) class AddLayoutToSpudPages < ActiveRecord::Migration[4.2] def change add_column :spud_pages, :layout, :string remove_column :spud_pages, :template_id drop_table :spud_templates end end
Version data entries
5 entries across 5 versions & 1 rubygems