Files
fetsite/db/migrate/20150211180912_add_flags_to_attachment.rb
Andreas Stephanides 29a35f76d8 modify attachments
2015-02-11 20:53:25 +01:00

6 lines
130 B
Ruby

class AddFlagsToAttachment < ActiveRecord::Migration
def change
add_column :attachments, :flag_titlepic, :boolean
end
end