Something went wrong while fetching comments. Please try again.
Created by: unknwon
CEs are currently (as the convention) including a Salesforce account number in the username (e.g. XYZ-11223344
) that a product subscription is associated with. This PR adds the logic to attempt extracting this account number whenever possible and save it to the product_subscriptions.account_number
column.
The value of the column will then be used to link up dotcom license keys and Salesforce accounts.
Notes:
CI
Part of https://github.com/sourcegraph/sourcegraph/issues/38661