How can you reset the Appointment count? Please explain

Support forumCategory: QuestionsHow can you reset the Appointment count? Please explain
Chuck asked 6 years ago
Can you please explain where in the database would i reset the appointment id count? Iv looked in the database and cannot specifically find where to do this.
1 Answers
Nikola Loncar Staff answered 6 years ago
Hi Chuck first of all if you want to reset id counter you will have to delete all appointments from ea_appointments table inside your DB. If you have PhpMyAdmin you can truncate data in it and that will reset index also beside deleting all appointments Before that delete content inside ea_fields so first ea_fields then ea_appointments :) Best regards, Nikola