Sha256: 6c0d8a532d6afe997b4abeaa02860af6659bc7c75a7060008a46f8acd7fb6f2b
Contents?: true
Size: 302 Bytes
Versions: 42
Compression:
Stored size: 302 Bytes
Contents
# This migration comes from bit_core (originally 20160311210938) class ChangeShowNextNavColumnDefault < ActiveRecord::Migration def change change_column_default :bit_core_content_providers, :show_next_nav, false change_column_null :bit_core_content_providers, :show_next_nav, false end end
Version data entries
42 entries across 42 versions & 1 rubygems