diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-30 02:53:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-03 23:56:29 +0300 |
commit | 17d44ec2c41a5b485cecae51a07396f85a601248 (patch) | |
tree | 5b8f74f8176059c9ab8cbbc770e4b9ee75872f41 /mod/database.hxx | |
parent | c2a0ae3e226d1cedceb2a7814c8adfbbfbd7afe1 (diff) |
Fix builds page to correctly display unbuilt package count
Diffstat (limited to 'mod/database.hxx')
-rw-r--r-- | mod/database.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/database.hxx b/mod/database.hxx index 623e65b..fdd9bac 100644 --- a/mod/database.hxx +++ b/mod/database.hxx @@ -17,6 +17,7 @@ namespace brep // shared_ptr<odb::core::database> shared_database (string user, + string role, string password, string name, string host, |