diff --git a/db/migrate/20140509020307_add_attachmenttype_to_project.rb b/db/migrate/20140509020307_add_attachmenttype_to_project.rb new file mode 100644 index 00000000..6a448977 --- /dev/null +++ b/db/migrate/20140509020307_add_attachmenttype_to_project.rb @@ -0,0 +1,5 @@ +class AddAttachmenttypeToProject < ActiveRecord::Migration + def change + add_column :projects, :attachmenttype, :int ,default: 1 + end +end