Sha256: 13bb3228e45205d0824ae695ed1dfe87c83116bcec8c8fb6e22e58ce14477a39

Contents?: true

Size: 244 Bytes

Versions: 30

Compression:

Stored size: 244 Bytes

Contents

class FixContentsPublishedDefault < ActiveRecord::Migration
  def self.up
    change_column :contents, :published, :boolean, :default => false
  end

  def self.down
    change_column :contents, :published, :boolean, :default => true
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
typo-5.5 db/migrate/045_fix_contents_published_default.rb
typo-5.4.4 db/migrate/045_fix_contents_published_default.rb
typo-5.4.3 db/migrate/045_fix_contents_published_default.rb
typo-5.4.2 db/migrate/045_fix_contents_published_default.rb
typo-5.4.1 db/migrate/045_fix_contents_published_default.rb
typo-5.4 db/migrate/045_fix_contents_published_default.rb
typo-3.99.0 db/migrate/045_fix_contents_published_default.rb
typo-3.99.1 db/migrate/045_fix_contents_published_default.rb
typo-3.99.3 db/migrate/045_fix_contents_published_default.rb
typo-3.99.2 db/migrate/045_fix_contents_published_default.rb
typo-4.0.2 db/migrate/045_fix_contents_published_default.rb
typo-3.99.4 db/migrate/045_fix_contents_published_default.rb
typo-4.0.0 db/migrate/045_fix_contents_published_default.rb
typo-4.0.1 db/migrate/045_fix_contents_published_default.rb
typo-4.1.1 db/migrate/045_fix_contents_published_default.rb
typo-4.0.3 db/migrate/045_fix_contents_published_default.rb
typo-5.0.2 db/migrate/045_fix_contents_published_default.rb
typo-4.1 db/migrate/045_fix_contents_published_default.rb
typo-5.0.1 db/migrate/045_fix_contents_published_default.rb
typo-5.0.3.98.1 db/migrate/045_fix_contents_published_default.rb