PDA

View Full Version : Safe to delete these fields?


ultranerds
06-09-2005, 06:12 AM
Hi,

I'm not getting very far at all with tweaking the database on our site (now almost 2gb in size). I've noticed the "msgid" and "prefix" dont' seem to have a value for any of the "thread" entries;

SELECT * FROM thread WHERE msgid LIKE '%'
SELECT * FROM thread WHERE prefix LIKE '%'

...yields no results.

Is it safe to delete these fields? I'm not sure where exactly they are used, if anywhere.

TIA

Andy

deathemperor
06-09-2005, 07:48 AM
I don't know if those 2 fields are from any hack but vb default doesn't have it.

Paul M
06-09-2005, 03:10 PM
Rename them first, just in case.