Code review comment for lp:~rvb/launchpad/db-add-distro-registrant

Revision history for this message
Robert Collins (lifeless) wrote :

This seems wrong:
+update Distribution
179 + SET registrant = (select id from Person where name='registry');

The registrant of the existing distros is the current owner, no?

« Back to merge proposal