Skip to content

Instantly share code, notes, and snippets.

@jtwalters
Created February 27, 2019 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtwalters/0e217e33249f8df6c421eb5be670c97d to your computer and use it in GitHub Desktop.
Save jtwalters/0e217e33249f8df6c421eb5be670c97d to your computer and use it in GitHub Desktop.
Use this SQL statement below on your _LOCAL_ environment to make the next created node match a specific NID.
/*
Use the SQL statement below on your _LOCAL_ environment to make the next created node match a specific NID.
*/
ALTER TABLE node AUTO_INCREMENT = 123456
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment