Skip to content

Instantly share code, notes, and snippets.

@skalibog
Created May 19, 2020 08:39
Show Gist options
  • Save skalibog/19856d782a5e4fc432f3f09e7eeb6234 to your computer and use it in GitHub Desktop.
Save skalibog/19856d782a5e4fc432f3f09e7eeb6234 to your computer and use it in GitHub Desktop.
reset pkey
ActiveRecord::Base.connection.tables.each do |table_name|
ActiveRecord::Base.connection.reset_pk_sequence!(table_name)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment