Sha256: f2606ee1734e6c87351bf6620cdd96e21503a0f0038c18ed880e868c8adfdc41

Contents?: true

Size: 150 Bytes

Versions: 11

Compression:

Stored size: 150 Bytes

Contents

class AddStarredToRelationships < ActiveRecord::Migration
  def change
    add_column :relationships, :starred, :boolean, :default => false
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 db/migrate/20131003200508_add_starred_to_relationships.rb
artfully_ose-1.3.0.pre3 db/migrate/20131003200508_add_starred_to_relationships.rb
artfully_ose-1.3.0.pre2 db/migrate/20131003200508_add_starred_to_relationships.rb
artfully_ose-1.3.0.pre1 db/migrate/20131003200508_add_starred_to_relationships.rb
artfully_ose-1.2.0 db/migrate/20131003200508_add_starred_to_relationships.rb
artfully_ose-1.2.0.beta.1 db/migrate/20131003200508_add_starred_to_relationships.rb
artfully_ose-1.2.0.alpha.2 db/migrate/20131003200508_add_starred_to_relationships.rb
artfully_ose-1.2.0.alpha.1 db/migrate/20131003200508_add_starred_to_relationships.rb
artfully_ose-1.2.0.pre.27 db/migrate/20131003200508_add_starred_to_relationships.rb
artfully_ose-1.2.0.pre.26 db/migrate/20131003200508_add_starred_to_relationships.rb
artfully_ose-1.2.0.pre.24 db/migrate/20131003200508_add_starred_to_relationships.rb