Sha256: 313a786f803b59f328a54652070d0f570086167e56295b3a78d90bca2394e4d8
Contents?: true
Size: 273 Bytes
Versions: 11
Compression:
Stored size: 273 Bytes
Contents
# This migration comes from tb_banners (originally 20130614132846) class AddRichTextToSpudBanners < ActiveRecord::Migration def change add_column :spud_banner_sets, :has_rich_text, :boolean, :default => false add_column :spud_banners, :rich_text, :text end end
Version data entries
11 entries across 11 versions & 1 rubygems