Browse Source

- Updated the mail sql structure in main.sql.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11617 54d463be-8e91-2dee-dedb-b68131a5f0ec
zephyrus 17 years ago
parent
commit
a558a4d2c7
2 changed files with 2 additions and 1 deletions
  1. 1 0
      Changelog-Trunk.txt
  2. 1 1
      sql-files/main.sql

+ 1 - 0
Changelog-Trunk.txt

@@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK.  ALL UNTESTED BUGFIXES/FEATURES GO
 IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
 
 2007/10/29
+	* Updated the mail db structure on main.sql [Zephyrus]
 	* Makefile creating the conf/import forder. [FlavioJS]
 	* command code cleaning (refer to topic:169759) [ultramage]
 	- separated the execution part of command code into interface part

+ 1 - 1
sql-files/main.sql

@@ -479,7 +479,7 @@ CREATE TABLE `mail` (
   `title` varchar(45) NOT NULL default '',
   `message` varchar(255) NOT NULL default '',
   `time` int(11) unsigned NOT NULL default '0',
-  `read_flag` tinyint(1) unsigned NOT NULL default '0',
+  `status` tinyint(2) unsigned NOT NULL default '0',
   `zeny` int(11) unsigned NOT NULL default '0',
   `nameid` int(11) unsigned NOT NULL default '0',
   `amount` int(11) unsigned NOT NULL default '0',