Sha256: 942706aa3a726df45aa76615fd910294c494c18e9cb37fc05e371487a16cf2bd
Contents?: true
Size: 223 Bytes
Versions: 5
Compression:
Stored size: 223 Bytes
Contents
# This migration comes from tb_cms (originally 20121016233715) class AddContentProcessedToSpudPagePartials < ActiveRecord::Migration[4.2] def change add_column :spud_page_partials, :content_processed, :text end end
Version data entries
5 entries across 5 versions & 1 rubygems