Created
February 27, 2019 23:59
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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