Files
sysPass/schemas/31019042701.sql
Rubén D b8022166ba * [FIX] Wrong behavior when disabling remote syslog
* [MOD] Increase account's name length up to 100 characters long. Related #1071

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-04-27 00:34:13 +02:00

5 lines
75 B
SQL

DELIMITER $$
alter table Account
modify name varchar(100) not null $$