SQL UPGRADE files not exits

daim

New member
Messages
130
Points
0
Hi,

I would like to switch form eathena to herules. Unfortunetly the require UPDATED SQL/ UPGRADE SQL file to uptodate revision of hercules is not included in sql-files/upgrade like it should be. There is only timestamp file.sql

any clue?

 
hmm..how did you switch or what did you do? any error something?

Hercules has a capabilities to determine what sql upgrade you are missing unless you did something wrong..
default_smile.png
:

default_ani_meow.gif


 
so we dont have to upgrade manualy? let say im using eathena version 1430, and i no need to update sql manualy? thats what u mean malufett?

 
now when i tried to run server i got this error:

Code:
: DB error - Unknown column 'character_slots' in 'field list'
[Debug]: at account_sql.c:528 - SELECT `account_id`,`userid`,`user_pass`,`sex`,`email`,`group_id`,`state`,`unban_time`,`expiration_time`,`logincount`,`lastlogin`,`last_ip`,`birthdate`,`character_slots`,`pincode`,`pincode_change` FROM `login` WHERE `account_id` = 1
 
anything i miss ?

 
yes you're missing hercules' upgrade files (run them in date order)

 
now when i tried to run server i got this error:

Code:
: DB error - Unknown column 'character_slots' in 'field list'[Debug]: at account_sql.c:528 - SELECT `account_id`,`userid`,`user_pass`,`sex`,`email`,`group_id`,`state`,`unban_time`,`expiration_time`,`logincount`,`lastlogin`,`last_ip`,`birthdate`,`character_slots`,`pincode`,`pincode_change` FROM `login` WHERE `account_id` = 1

anything i miss ?

Yup. Check out these files: [URL="https://github.com/HerculesWS/Hercules/tree/master/sql-files/upgrades"]https://github.com/HerculesWS/Hercules/tree/master/sql-files/upgrades[/URL]
 
Back
Top