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

merge-user: Diplomy

parent e89976d7
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,8 @@ conn.execute(db.PointsHistory.__table__.update().where(db.PointsHistory.points_b
conn.execute(db.Solution.__table__.update().where(db.Solution.user_id == suid).values(user_id=duid))
conn.execute(db.Certificate.__table__.update().where(db.Certificate.user_id == suid).values(user_id=duid))
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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment