forked from bofh/fetsite
6 lines
130 B
Ruby
6 lines
130 B
Ruby
class AddFlagsToAttachment < ActiveRecord::Migration
|
|
def change
|
|
add_column :attachments, :flag_titlepic, :boolean
|
|
end
|
|
end
|