Sha256: 09e17e310c7c5f83b8f99f3c32ea1027cb6f361deea7ee9d2da67da199e09fb7
Contents?: true
Size: 187 Bytes
Versions: 3
Compression:
Stored size: 187 Bytes
Contents
class AddNotesToCancellation < ActiveRecord::Migration def change add_column :cancellations, :notes, :Text end def down remove_column :cancellations, :notes, :Text end end
Version data entries
3 entries across 3 versions & 1 rubygems