1) Delete all tickets and references first if you want to do so
2) Run MySQL query: (i think it's the correct table name: ALTER TABLE tickets AUTO_INCREMENT = 1;
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How to reset the "ref" of Tickets to start from R-000001?
1) Delete all tickets and references first if you want to do so
2) Run MySQL query: (i think it's the correct table name:
ALTER TABLE tickets AUTO_INCREMENT = 1;