fix(system): sys_user password can be null

This commit is contained in:
Mitja Zivkovic
2019-01-07 15:36:51 +01:00
committed by Tit Petric
parent ec9a08b42e
commit 4fa1e3e413
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
ALTER TABLE `sys_user` MODIFY `password` TEXT NULL;