Seeking to use Phpmyadmin to purge all attachments from the database.

Current Version 1.10.4

Past threads say to truncate 4 tables:
"TRUNCATE TABLE ost_file"
"TRUNCATE TABLE ost_file_chunk"
"TRUNCATE TABLE ost_attachment"
"TRUNCATE TABLE ost_ticket_attachment" <---I cant find this one???

Are these 4 correct in the current version? Why am I missing the last of the 4... "ost_ticket_attachment" is not present in my database.

"ost_ticket_attachment" table is no longer present in 1.10

The table for relating thread entries and attachments is "ost_attachment"

Thank you, I have successfully optimized my database.

Write a Reply...