This page last changed on Feb 15, 2005 by gbevin.

configuration file changes

Additional tags have been added to the bot configuration and the global configuration. They all have sensible default values, so you're not required to updated your files if the new tags are not important for you.

database structure changes

To make it possible for Drone to work on more databases we had to change the database structure a bit, enter the following SQL statements in your SQL console to upgrade your database structure:
ALTER TABLE indexfield RENAME COLUMN index TO isIndex;
ALTER TABLE indexfield RENAME COLUMN store TO isStore;
ALTER TABLE indexfield RENAME COLUMN token TO isToken;

The upgrade is finished!! Start playing around around with your updated minion!

Document generated by Confluence on Feb 15, 2005 12:31