Skip to content
Snippets Groups Projects
Commit 9d62fee7 authored by Martin Mareš's avatar Martin Mareš
Browse files

merge-users: Nezapomenout smazat zdrojový účet

parent d42fd6df
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,8 @@ conn.execute(db.Solution.__table__.update().where(db.Solution.user_id == suid).v
conn.execute(db.Job.__table__.update().where(db.Job.user_id == suid).values(user_id=duid))
conn.execute(db.User.__table__.delete().where(db.User.user_id == suid))
mo.util.log(db.LogType.user, suid, {
'action': 'merge',
'to': duid,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment