Changes

117 bytes added ,  15:36, 19 April 2010
Line 43: Line 43:     
=== Add committer ===
 
=== Add committer ===
  insert into committerships set
+
  INSERT INTO committerships SET
         user_id=299,
+
         user_id=(select id from users where login='bernie'),
         repository_id=275,
+
         repository_id=(SELECT id FROM repositories where
         kind=2,
+
                project_id=(SELECT id FROM projects WHERE title='sugar') AND name='mainline'),
        created_at='2009-08-03 08:12:19',
+
         kind=2, created_at=NOW(), updated_at=NOW();
        created_at='2009-08-03 08:12:19';
      
=== Hijack account to reset password ===
 
=== Hijack account to reset password ===