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