mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-02 22:54:08 +01:00
* [MOD] Increase account's name length up to 100 characters long. Related #1071 Signed-off-by: Rubén D <nuxsmin@syspass.org>
5 lines
75 B
SQL
5 lines
75 B
SQL
DELIMITER $$
|
|
|
|
alter table Account
|
|
modify name varchar(100) not null $$
|