Sha256: 3b4b39f72983e629339b6547c8d3ab872c9eb453e54238e575ff30b024f69ead
Contents?: true
Size: 274 Bytes
Versions: 15
Compression:
Stored size: 274 Bytes
Contents
# This migration comes from almanac (originally 20121114043648) class ChangeDefaultValueForBackgroundTilesInAlmanacBlogs < ActiveRecord::Migration def self.up change_column :almanac_blogs, :background_tile, :boolean, :default => true end def self.down end end
Version data entries
15 entries across 15 versions & 1 rubygems