Page 1 of 1
Tickets numbers
Posted: Sun Mar 14, 2021 12:30 pm
by dawidku
Is there a way to restart ticket numbers and start numbering from 1?
Re: Tickets numbers
Posted: Sun Mar 14, 2021 12:46 pm
by Klemen
First, make sure you delete all tickets.
Then go to Cpanel > phpMyAdmin > open the database where Hesk is installed > click "SQL" in the top menu and run this query:
Code: Select all
ALTER TABLE hesk_tickets AUTO_INCREMENT = 1
Re: Tickets numbers
Posted: Mon Mar 15, 2021 6:06 pm
by dawidku
Thank you so much.
I will try this when we complete all the testing and before we start using it.