Sfoglia il codice sorgente

* 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
celest 20 anni fa
parent
commit
a47526d812
2 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 1 0
      Changelog-SVN.txt
  2. 3 0
      sql-files/upgrade_svn1315.sql

+ 1 - 0
Changelog-SVN.txt

@@ -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

+ 3 - 0
sql-files/upgrade_svn1315.sql

@@ -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';