Skip to content

Commit

Permalink
This should have been generated somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed May 30, 2019
1 parent 16d68ed commit 36b356a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion store/datastore/sql/postgres/sql_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ WHERE repo_active = true
`

var countBuilds = `
SELECT currval('builds_build_id_seq');
SELECT count(1)
FROM builds;
`

var feedLatestBuild = `
Expand Down

0 comments on commit 36b356a

Please sign in to comment.