Sha256: c7009115822b51de590789dd38993a84b55202a4e18257975ed9099016016dc5

Contents?: true

Size: 203 Bytes

Versions: 15

Compression:

Stored size: 203 Bytes

Contents

class ChangeTestingNotesCommentToText < ActiveRecord::Migration
  def up
    change_column :testing_notes, :comment, :text
  end

  def down
    change_column :testing_notes, :comment, :string
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
houston-core-0.7.0.beta3 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.7.0.beta2 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.7.0.beta db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.6.3 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.6.2 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.6.1 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.6.0 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.5.6 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.5.5 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.5.4 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.5.3 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.5.2 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.5.1 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.5.0 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb
houston-core-0.5.0.beta1 db/migrate/20120715230526_change_testing_notes_comment_to_text.rb