1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitea_ynh.git synced 2024-09-03 20:36:22 +02:00
gitea_ynh/scripts/fix_user_db_for_local_users.sql
2024-02-05 19:22:56 +01:00

3 lines
127 B
SQL

UPDATE `__APP__`.`user`
SET `login_type` = 2, `login_source` = 1, `login_name` = `name`
WHERE `user`.`name` in __USER_LIST__ ;