Sha256: ee164c72c70959b563e774cdc60e27ddccf639035735033098fcdd551064e686

Contents?: true

Size: 199 Bytes

Versions: 21

Compression:

Stored size: 199 Bytes

Contents

class AddAuthorIdToStory < ActiveRecord::Migration
  def self.up
    add_column :stories, :author_id, :integer, :nil => false
  end

  def self.down
    remove_column :stories, :author_id
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
branston-0.6.6 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.6.5 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.6.4 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.6.3 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.6.2 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.6.1 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.6.0 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.5.2 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.5.1 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.5.0 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.4.6 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.4.5 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.4.4 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.4.3 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.4.2 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.4.1 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.4.0 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.3.6 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.3.4 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb
branston-0.3.3 lib/branston/db/migrate/20091127173744_add_author_id_to_story.rb