Changes

Jump to navigation Jump to search
185 bytes added ,  13:10, 20 May 2010
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 ===

Navigation menu