How to Update to V0.4
How to update to version 0.4
- Log into PHPMyAdmin
- Click on the database BukkitStats Uses
- Click "SQL" at the top of the page
- Copy and paste the following code
ALTER TABLE `playerlist` ADD `totaltime` VARCHAR( 10000 ) NOT NULL
ALTER TABLE `playerlist` ADD `totaltime` VARCHAR( 10000 ) NOT NULL
Comments