View Single Post
  #2  
Old 06-12-2005, 11:09 AM
Oxalic
Sarnak
 
Join Date: Aug 2004
Posts: 88
Default

Quote:
ALTER TABLE `doors` ADD UNIQUE DoorIndex (doorid,zone);
ALTER TABLE `doors` ADD `size` SMALLINT(5) UNSIGNED DEFAULT "100" NOT NULL;
ALTER TABLE `doors` CHANGE `liftheight` `door_param` INT(4) DEFAULT "0" NOT NULL;

# Make SURE all three queries dont produce any errors!!!
Thats what my friend suggested, wouldn't work for me, i'm just sourcing over anything i may have broken, will post results .
__________________
Reply With Quote