google-nomulus/db/src
Ben McIlwain c3b64b0931 Add a new recurrenceLastExpansion column to the BillingRecurrence table (#1650)
* Add a new recurrenceLastExpansion column to the BillingRecurrence table

This will be used to determine which recurrences are in scope for
expansion. Anything that has already been expanded within the past year is
automatically out of scope.

Note that the default value is set to just over a year ago, so that, initially,
everything is in scope for expansion, and then will gradually be winnowed down
over time so that most recurrences at any given point are out of scope. Newly
created recurrings (after the subsequent code change goes in) will have their
last expansion time set to the same as the event time of when the recurring is
written, such that they'll first be considered in-scope precisely one year
later.
2022-06-01 14:23:56 -04:00
..
main Add a new recurrenceLastExpansion column to the BillingRecurrence table (#1650) 2022-06-01 14:23:56 -04:00
test Use Gradle dependency dynamic versioning (#1612) 2022-05-02 14:10:52 -04:00