Sha256: 7387cccd8a54ee1f322ea116904c7ca3292da7944099eade2c5a53ae2841c8cb

Contents?: true

Size: 194 Bytes

Versions: 9

Compression:

Stored size: 194 Bytes

Contents

class UpdatePostsAndPagesNull < ActiveRecord::Migration[5.1]
  def change
    change_column_null :integral_pages, :status, false
    change_column_null :integral_posts, :status, false
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
integral-2.0.0 db/migrate/20180920030236_update_posts_and_pages_null.rb
integral-1.5.1 db/migrate/20180920030236_update_posts_and_pages_null.rb
integral-1.5.0 db/migrate/20180920030236_update_posts_and_pages_null.rb
integral-1.4.0 db/migrate/20180920030236_update_posts_and_pages_null.rb
integral-1.3.0 db/migrate/20180920030236_update_posts_and_pages_null.rb
integral-1.2.0 db/migrate/20180920030236_update_posts_and_pages_null.rb
integral-1.1.0 db/migrate/20180920030236_update_posts_and_pages_null.rb
integral-1.0.1 db/migrate/20180920030236_update_posts_and_pages_null.rb
integral-1.0.0 db/migrate/20180920030236_update_posts_and_pages_null.rb