update: support md5 with sha256

This commit is contained in:
tokumeikoi
2021-09-14 13:10:29 +09:00
parent ec00fc4496
commit 0374a03892
5 changed files with 8 additions and 3 deletions

View File

@ -439,3 +439,5 @@ ALTER TABLE `v2_ticket_message`
ALTER TABLE `v2_coupon`
ADD `limit_use_with_user` int(11) NULL AFTER `limit_use`;
ALTER TABLE `v2_user`
ADD `password_salt` char(10) COLLATE 'utf8_general_ci' NULL AFTER `password_algo`;