Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Reset DataObject ID to zero / AUTO_INCREMENT


Go to End


902 Views

Avatar
CHD

Community Member, 219 Posts

25 January 2012 at 3:58am

Was searching around here for how to reset IDs in the database to 0 to remove test uploads.
Couldn't find it here, but it's just a basic SQL query: ALTER TABLE `tablenamegoeshere` AUTO_INCREMENT =0

Obviously you'll want to delete all the objects first.

Hope this is helpful to some.