Browse Source

Rubocop

pull/559/head
baarkerlounger 3 years ago
parent
commit
54f91748c5
  1. 4
      db/migrate/20220509110837_add_id_offset_organisations.rb

4
db/migrate/20220509110837_add_id_offset_organisations.rb

@ -1,5 +1,7 @@
class AddIdOffsetOrganisations < ActiveRecord::Migration[7.0] class AddIdOffsetOrganisations < ActiveRecord::Migration[7.0]
def change def up
execute "SELECT setval('organisations_id_seq', 100000000)" execute "SELECT setval('organisations_id_seq', 100000000)"
end end
def down; end
end end

Loading…
Cancel
Save