Add TODOs in SQL files for recurring billing expansion

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=144133707
This commit is contained in:
ctingue 2017-01-10 15:08:10 -08:00 committed by Ben McIlwain
parent 0859cde790
commit 3ee98988c5
2 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,9 @@
-- Since the only Recurring events are for automatic renewals, this means each
-- row stands in for the renewal OneTime that would be created for a given
-- Recurring event if it were materialized as individual explicit renewals.
--
-- TODO(b/27562876): Drop this query once we begin materializing Recurring
-- billing events as synthetic OneTime events.
SELECT
id,
kind, -- Needed for joining Cancellation information downstream.