2 changed files with 6 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||||||
|
class AddIdOffsetOrganisations < ActiveRecord::Migration[7.0] |
||||||
|
def change |
||||||
|
execute "SELECT setval('organisations_id_seq', 100000000)" |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue