Page 1 of 1
Deleting category "Default"
Posted: Thu Aug 11, 2005 3:27 pm
by Dabitz
What is the easiest way to delete the "Default" category. I see it on phpMyAdmin, but I am scared to delete it there and screw up my database. What is the best way to do this?
Thanks in advance,
Dave
Posted: Thu Aug 11, 2005 10:29 pm
by Klemen
I don't recommend deleting the default category, but renaming it from Hesk to your primary category.
If you do want to delete it you should:
1. backup existing database
2. Try this SQL code:
Code: Select all
DELETE FROM `hesk_categories` WHERE `id`=1 LIMIT 1
or simply delete the entry "Default" in hesk_categories table from phpMyAdmin
Regards