parent
d817b1d7ac
commit
fd2230e1bf
@ -0,0 +1,6 @@
|
|||||||
|
class AddLicenseIdAndIgnoreIdToProjects < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :projects, :license_id, :integer
|
||||||
|
add_column :projects, :ignore_id, :integer
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue