Service/git: Difference between revisions
No edit summary |
|||
| Line 25: | Line 25: | ||
=== Change project owner === | === Change project owner === | ||
select * from users where login='sdz'; | select * from users where login='sdz'; | ||
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'; | ||
=== Add committer === | === Add committer === | ||