This should have been generated somehow

This commit is contained in:
Laszlo Fogas 2019-05-30 14:31:18 +02:00
parent 16d68eddbf
commit 36b356a071

View file

@ -94,7 +94,8 @@ WHERE repo_active = true
` `
var countBuilds = ` var countBuilds = `
SELECT currval('builds_build_id_seq'); SELECT count(1)
FROM builds;
` `
var feedLatestBuild = ` var feedLatestBuild = `