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