1 changed files with 3 additions and 1 deletions
@ -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…
Reference in new issue