* Added 'birthdate' field to account data. For SQL apply upgrade_svn14672.sql to upgrade table login; for TXT no action is necessary, as it upgrades itself.
- Control panel developers are encouraged to enable players to modify this value, as it is required for new character deletion (2010-08-03aRagexeRE and later, not yet implemented). git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14672 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -406,6 +406,7 @@ CREATE TABLE IF NOT EXISTS `login` (
|
||||
`logincount` mediumint(9) unsigned NOT NULL default '0',
|
||||
`lastlogin` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`last_ip` varchar(100) NOT NULL default '',
|
||||
`birthdate` DATE NOT NULL DEFAULT '0000-00-00',
|
||||
PRIMARY KEY (`account_id`),
|
||||
KEY `name` (`userid`)
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=2000000;
|
||||
|
||||
Reference in New Issue
Block a user