Sha256: 23b17bd9b7a33c09bf89929a1767011b66ef7123194ef2f3745b81107bb39cbf
Contents?: true
Size: 197 Bytes
Versions: 47
Compression:
Stored size: 197 Bytes
Contents
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
47 entries across 47 versions & 2 rubygems