зеркало из https://github.com/mozilla/gecko-dev.git
use the correct query for the events table
This commit is contained in:
Родитель
baede1a008
Коммит
ebfcb6416a
|
@ -201,7 +201,7 @@ function populateMeasurements()
|
|||
|
||||
function populateEvents()
|
||||
{
|
||||
var query = db.createStatement("SELECT timestamp, launch, startup, appVersion, appBuild, platformVersion, platformBuild FROM duration");
|
||||
var query = db.createStatement("SELECT timestamp, extensionID, extensionVersion, action FROM events");
|
||||
let lastver, lastbuild;
|
||||
let hasresults;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче