git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1319 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -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
@@ -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';