launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #10468
Re: [Merge] lp:~sinzui/launchpad/remove-automatic-renewal into lp:launchpad
Review: Approve code
The code changes look good, but there are a couple of problems with the SQL.
The final UPDATE sets defaultrenewalperiod = 10, but that's a number of days, not an enum. Did you mean to set it to NULL?
Additionally, the TeamMembership date_expires fixup should probably be restricted to active memberships, so as not to erase the record of past expiries.
--
https://code.launchpad.net/~sinzui/launchpad/remove-automatic-renewal/+merge/117486
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
References