Browse Source

refactor: linting

pull/1173/head
natdeanlewissoftwire 3 years ago
parent
commit
e5529ca13b
  1. 1
      db/migrate/20230111134640_remove_managing_organisation_id_from_schemes.rb

1
db/migrate/20230111134640_remove_managing_organisation_id_from_schemes.rb

@ -1,5 +1,4 @@
class RemoveManagingOrganisationIdFromSchemes < ActiveRecord::Migration[7.0] class RemoveManagingOrganisationIdFromSchemes < ActiveRecord::Migration[7.0]
def up def up
change_table :schemes, bulk: true do |t| change_table :schemes, bulk: true do |t|
t.remove :managing_organisation_id t.remove :managing_organisation_id

Loading…
Cancel
Save