ADD license_id and ignore_id to projects table

dev_forge
Jasder 5 years ago
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…
Cancel
Save