From 14cc24833227aef53e6e55495715c56c3fd3fc4b Mon Sep 17 00:00:00 2001 From: Inkfish Date: Mon, 12 Oct 2009 00:07:35 +0000 Subject: Added missing sql update file for rename git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14086 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/main.sql | 1 + sql-files/upgrade_svn14085.sql | 1 + 2 files changed, 2 insertions(+) create mode 100644 sql-files/upgrade_svn14085.sql diff --git a/sql-files/main.sql b/sql-files/main.sql index 1a667c188..2e1663416 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -100,6 +100,7 @@ CREATE TABLE IF NOT EXISTS `char` ( `mother` int(11) unsigned NOT NULL default '0', `child` int(11) unsigned NOT NULL default '0', `fame` int(11) unsigned NOT NULL default '0', + `rename` SMALLINT(3) unsigned NOT NULL default '0', PRIMARY KEY (`char_id`), KEY `account_id` (`account_id`), KEY `party_id` (`party_id`), diff --git a/sql-files/upgrade_svn14085.sql b/sql-files/upgrade_svn14085.sql new file mode 100644 index 000000000..3d0ed00f4 --- /dev/null +++ b/sql-files/upgrade_svn14085.sql @@ -0,0 +1 @@ +ALTER TABLE `char` ADD `rename` SMALLINT( 3 ) UNSIGNED NOT NULL DEFAULT '0'; \ No newline at end of file -- cgit v1.2.3-70-g09d2