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.0 db/migrate/045_fix_contents_published_default.rb
typo-5.0.3.98 db/migrate/045_fix_contents_published_default.rb
typo-5.1.1 db/migrate/045_fix_contents_published_default.rb
typo-5.1.2 db/migrate/045_fix_contents_published_default.rb
typo-5.1.3 db/migrate/045_fix_contents_published_default.rb
typo-5.1 db/migrate/045_fix_contents_published_default.rb
typo-5.1.98 db/migrate/045_fix_contents_published_default.rb
typo-5.2.98 db/migrate/045_fix_contents_published_default.rb
typo-5.2 db/migrate/045_fix_contents_published_default.rb
typo-5.3 db/migrate/045_fix_contents_published_default.rb