View Single Post
  #7  
Old 05-26-2009, 04:51 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Well looking at that SQL it looks to me that it actually removes that field.

Code:
ALTER TABLE `object` DROP `linked_list_addr_01`;
So that would mean you probably need to be running the instance executables and it seems logical from your error that you are not. Have you replaced your executables ?
Reply With Quote