Sha256: bd60120c8fe60aa8f1b8c5900ea21c29f1bdd16f6439e9472620b9146aa08f5c

Contents?: true

Size: 237 Bytes

Versions: 4

Compression:

Stored size: 237 Bytes

Contents

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

4 entries across 4 versions & 1 rubygems

Version Path
bit_core-1.4.7 db/migrate/20160311210938_change_show_next_nav_column_default.rb
bit_core-2.0.0.beta2 db/migrate/20160311210938_change_show_next_nav_column_default.rb
bit_core-2.0.0.beta1 db/migrate/20160311210938_change_show_next_nav_column_default.rb
bit_core-1.4.6 db/migrate/20160311210938_change_show_next_nav_column_default.rb