socialforge/db/migrate/20141120091234_add_column_c...

6 lines
136 B
Ruby

class AddColumnCopyfromToAttachment < ActiveRecord::Migration
def change
add_column("attachments","copy_from",:integer)
end
end