添加数据库脚本文件
This commit is contained in:
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