Service/git: Difference between revisions
No edit summary |
|||
| Line 41: | Line 41: | ||
select id from projects where slug='soas'; | select id from projects where slug='soas'; | ||
update projects set user_id=117 where slug='soas'; | update projects set user_id=117 where slug='soas'; | ||
=== Change repo owner === | |||
UPDATE repositories SET user_id=(SELECT id FROM users WHERE login='jasg') WHERE name='mainline' AND project_id=(SELECT id FROM projects WHERE title='poll'); | |||
=== Add committer === | === Add committer === | ||