Drupal: Renumbering node ids
Posted
by AK
on Stack Overflow
See other posts from Stack Overflow
or by AK
Published on 2010-05-29T17:56:28Z
Indexed on
2010/05/29
18:02 UTC
Read the original article
Hit count: 278
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?
© Stack Overflow or respective owner