* Added sql upgrade file in sql-files for svn1315's update

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1319 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
celest 2005-03-29 03:01:57 +00:00
parent 05997ee535
commit a47526d812
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Date Added
03/29
* Added sql upgrade file in sql-files for svn1315's update [celest]
* Added auto create 'save' folder from 'save-tmpl' when compiling for the
first time, thanks to Jbain
* Fixed 'use_sql_db' not read properly in SQL char server, thanks to Wallex

View File

@ -0,0 +1,3 @@
ALTER TABLE `char` ADD `father` int(11) NOT NULL default '0';
ALTER TABLE `char` ADD `mother` int(11) NOT NULL default '0';
ALTER TABLE `char` ADD `child` int(11) NOT NULL default '0';