2 lines
84 B
MySQL
2 lines
84 B
MySQL
|
update users set authenticationMethod='Employee' where authenticationMethod='LDAP';
|