* 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:
3
sql-files/upgrade_svn1315.sql
Normal file
3
sql-files/upgrade_svn1315.sql
Normal 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';
|
||||
Reference in New Issue
Block a user