In case you're wondering:
No, I didn't type this. Just exported the list of tables.
Added:
Gumboots wrote: ↑Mon Sep 09, 2024 11:32 pm
(I think I have some crud left over from old extensions, so might as well clean it up.)
Just in case:
Extension can add fields (also records) to existing tables (e.g. phpbb_config) so removing the extra tables is not a complete, nor safe way to clear a board of old extensions.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.
Time flies like an arrow, but fruit flies like a banana.
warmweer wrote: ↑Tue Sep 10, 2024 7:04 amJust in case:
Extension can add fields (also records) to existing tables (e.g. phpbb_config) so removing the extra tables is not a complete, nor safe way to clear a board of old extensions.
No problem. I'll just randomly delete any fields I don't like the look of.
If you create fresh install it's possible to do this with SQL however you can just export the tables and structure. Use a tool like Winmerge to compare the SQL files.
Be absolutely certain what you are deleting, I don't know if phpBB creates any columns after install but that is possible.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”
Aha. It looks like the phpbb_captcha_answers and phpbb_captcha_questions tables are created after installation, once an admin sets those fields in ACP, so add those two to the list for most sites.