You are talking about adding tables to your database.
Just delete the code from the PHP files, and remove the code from your templates.
You don't really have to delete the extra tables or columns. It would not affect performance really to leave them there - although if you want more space you can remove them. But do it carefully... and only do it if you know what you are doing, or you can cause damage to your database.
|