Sha256: 994314491c11d2a16835ba5b28749869b4a47eda29ef62d1ad5ab1beb9cde733
Contents?: true
Size: 263 Bytes
Versions: 24
Compression:
Stored size: 263 Bytes
Contents
class AddMetaFieldsToTheming < ActiveRecord::Migration def change add_column :pageflow_themings, :default_author, :string add_column :pageflow_themings, :default_publisher, :string add_column :pageflow_themings, :default_keywords, :string end end
Version data entries
24 entries across 24 versions & 1 rubygems