rathena/sql-files/upgrades/email_extends.sql
Cydh Ramdh 4b434fa669 Improved char_del_option
* Renamed to `char_deletion_code` and moved to login_athena.conf
* The value is now using column name instead the number, available options are:
  * `email` (except a@a.com),
  * `birthday` (YYMMDD),
  * `pincode`,
  * and the last is `Sub-query` which allows you to defines your custom deletion code (as example you ask user for secret code while registering an account, or one-time-password for character deletion)
* Extends E-mail length from 39 to 49
* Reordering `0x2717` to make notation with variable length be on last
2018-07-02 17:28:58 +07:00

2 lines
71 B
SQL

ALTER TABLE `login` MODIFY COLUMN `email` VARCHAR(49) NULL DEFAULT '';