Log in

View Full Version : doors table in database


Minlail
03-19-2005, 05:30 AM
I am having a problem getting my doors to work, i dropped the old doors table and then sourced a fesh doors.sql then the door_update.sql then the door fix then the new doors but when i source the new doors i get a
ERROR 1054: Unknown column 'invert_state' in 'field list'

lifts dont work correctly

RangerDown
03-19-2005, 08:35 AM
Go to a mysql prompt and give this command:


ALTER TABLE doors ADD invert_state TINYINT NOT NULL;

Minlail
03-19-2005, 09:09 AM
hrm...yeah that was a dumb question