PDA

View Full Version : Attachment dump


SharkY-GA
01-11-2002, 06:38 PM
Would it mess anything up if I dumped the attachment database?

Admin
01-12-2002, 04:36 AM
If you DUMP it? No nothing's wrong with backing tables/databases up.

Unless you mean DELETING it? If so then you will need to run a query like this:
UPDATE post SET attachmentid=0;
and then clearing out the attachment table.