Drupal: Renumbering node ids
- by AK
Having spent some time migrating old data into a new drupal site, my first node id is already into the 4 digit territory.
Has anyone had any experience in this position of renumbering node ids starting from #1? Maybe using direct queries on the database, or a module that traverses and renumbers all the nodes?
Of course, nodereferences have to be preserved... are there any other potential hangups if I try to script this?