Sha256: e9ed1d40c606b836fa9d4bc52aedda7e7b3a967cd110cea5f56dfdd8909b1b15

Contents?: true

Size: 160 Bytes

Versions: 8

Compression:

Stored size: 160 Bytes

Contents

class AddNoindexToArticles < ActiveRecord::Migration
  def change
    add_column :goldencobra_articles, :robots_no_index, :boolean, :default => false
  end
end

Version data entries

8 entries across 7 versions & 1 rubygems

Version Path
goldencobra-1.4.27 db/migrate/20120125161800_add_noindex_to_articles.rb
goldencobra-1.4.0 db/migrate/20120125161800_add_noindex_to_articles.rb
goldencobra-1.3.4 db/migrate/20120125161800_add_noindex_to_articles.rb
goldencobra-1.2.8 db/migrate/20120125161800_add_noindex_to_articles.rb
goldencobra-1.2.0 db/migrate/20120125161800_add_noindex_to_articles.rb
goldencobra-1.1.0 db/migrate/20120125161800_add_noindex_to_articles.rb
goldencobra-1.0.9.3 db/migrate/20120125161800_add_noindex_to_articles.rb
goldencobra-1.0.9.3 lib/generators/goldencobra/templates/migrations/20120125161800_add_noindex_to_articles.rb