Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
The sequences table is the one that controls the increment of items within Drupal. Although I have not tried it myself, I would guess that you could change, in the sequences table, the vales for node_nid to equal 999 and possibly the values for node_revisions_vid to equal 999. Then the next node would be node number 1000.
Comments
The sequences table is the
The sequences table is the one that controls the increment of items within Drupal. Although I have not tried it myself, I would guess that you could change, in the sequences table, the vales for node_nid to equal 999 and possibly the values for node_revisions_vid to equal 999. Then the next node would be node number 1000.
It works, thank you very
It works, thank you very much.
One more question, how to set this for Drupal 6?
One more question, how to set this for Drupal 6? seems there are no sequences table in drupal 6.
Got it now, just re-set the
Got it now, just re-set the node table's option -- auto_increment .. :)