Sha256: 318db46da7a1a648b90bfba6ea4699a92c43c44f2e7e454b66b11d27e77fb259
Contents?: true
Size: 185 Bytes
Versions: 5
Compression:
Stored size: 185 Bytes
Contents
# This migration comes from tb_cms (originally 20120118141852) class AddNotesToSpudPages < ActiveRecord::Migration[4.2] def change add_column :spud_pages, :notes, :text end end
Version data entries
5 entries across 5 versions & 1 rubygems