BigW Consortium Gitlab

20150211174341_allow_null_in_services_project_id.rb 169 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AllowNullInServicesProjectId < ActiveRecord::Migration
  def change
    change_column :services, :project_id, :integer, null: true
  end
end