From e5529ca13b78fd73bdfeb9bcea6d39b69940ce34 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Wed, 11 Jan 2023 15:23:43 +0000 Subject: [PATCH] refactor: linting --- ...0230111134640_remove_managing_organisation_id_from_schemes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/db/migrate/20230111134640_remove_managing_organisation_id_from_schemes.rb b/db/migrate/20230111134640_remove_managing_organisation_id_from_schemes.rb index 097865aaf..caaebedd5 100644 --- a/db/migrate/20230111134640_remove_managing_organisation_id_from_schemes.rb +++ b/db/migrate/20230111134640_remove_managing_organisation_id_from_schemes.rb @@ -1,5 +1,4 @@ class RemoveManagingOrganisationIdFromSchemes < ActiveRecord::Migration[7.0] - def up change_table :schemes, bulk: true do |t| t.remove :managing_organisation_id