mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
We need to do lookups of Account by stripe customer id and gold_subscr_id has an index. Previously was using a new attribute stripe_customer_id which didn't have an index and lookups were too slow.