Comment 2 for bug 1241689

Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

It's unclear who exactly owns such empty-submitter patches (submitter_id can't be null), but apparently it's:

 id | username | first_name | last_name | email | password | is_staff | is_active | is_superuser | last_login | date_joined
-----+----------------------------+------------+-----------+-------+----------+----------+-----------+--------------+-------------------------------+-------------------------------
 204 | openiduser2 | | E:V:A | | ! | f | t | f | 2012-03-11 23:44:07.673939+00 | 2012-03-11 23:44:07.503501+00

(can't verify on staging.patches as of now as I had patches the DB there.)

FWIW, not counting that patch (which is re-owned by another user now on staging):

# select id from patchwork_patch where submitter_id=204;
 id
----
(0 rows)