ADD a column
This commit is contained in:
parent
2b6fe8f9a8
commit
4d9b8738d8
|
@ -0,0 +1,5 @@
|
||||||
|
class AddOpenDevopsToProjects < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :projects, :open_devops, :boolean, default: false
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue