parent
7ccbc5e88a
commit
50cc682e02
@ -0,0 +1,5 @@
|
||||
class AddAttachmenttypeToProject < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :projects, :attachmenttype, :int ,default: 1
|
||||
end
|
||||
end
|
Loading…
Reference in new issue