HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

How to Reset My Discussion ID to 1

edited October 2020 in Vanilla 3.x Help

i have deleted all my discussions now when i create new discussions its id start from 2732 how to reset it to 1 so that next time which i create new discussion the id start from 1

Comments

  • Options
    edited October 2020

    You will need to run a SQL command in your database

    ALTER TABLE gdn_discussion AUTO_INCREMENT = 1
    
Sign In or Register to comment.