Closed
Bug 670980
Opened 15 years ago
Closed 15 years ago
Active Daily Users 0 for addon guid personal-level-indicators@taval.de
Categories
(addons.mozilla.org Graveyard :: Statistics, defect, P5)
addons.mozilla.org Graveyard
Statistics
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dre, Assigned: clouserw)
Details
+++ This bug was initially created as a clone of Bug #528161 +++
There was an old addon_id, 309971 that ADU was being recorded against. I've nulled out the GUID for that addon_id. After the export tonight, stats should be available normally.
On 2011-07-13, please run the following update query (first checking that the results are sane and such)
UPDATE update_counts SET addon_id=310118 WHERE addon_id=309971
| Assignee | ||
Comment 1•15 years ago
|
||
mysql> select count(*) from update_counts where addon_id=309971;
+----------+
| count(*) |
+----------+
| 74 |
+----------+
1 row in set (0.00 sec)
mysql> select count(*) from update_counts where addon_id=310118;
+----------+
| count(*) |
+----------+
| 1 |
+----------+
1 row in set (0.00 sec)
mysql> update update_counts set addon_id=310118 where addon_id=309971;
Query OK, 74 rows affected (0.15 sec)
Rows matched: 74 Changed: 74 Warnings: 0
Assignee: nobody → clouserw
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•