endlessm / azafea

Service to track device activations and usage metrics
Mozilla Public License 2.0
10 stars 2 forks source link

Allow renormalizing vendors #53

Closed bochecha closed 4 years ago

bochecha commented 4 years ago

We have a mapping of vendors, to normalize multiple versions (case, typos, …) to the same vendors, making queries easier.

We sometimes find new strings to add to the vendor mapping, which means we need a way to go back over the existing records and renormalize their vendors.

This merge request introduces new per-queue commands to do just that.