diff --git a/.gitignore b/.gitignore
index d2df1da5b5077d597142e85e19812ba900a4e81c..b0823ad1311a0288d54e4808d4a72007a983baa4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -264,7 +264,10 @@ paket-files/
 __pycache__/
 *.pyc
 
-#cake
+# cake
 tools/*
 !tools/packages.config
 dist/
+
+# linq2db clutter
+src/.tools/*
diff --git a/src/STS/STS.csproj b/src/STS/STS.csproj
index d3a277d7d65396ee24ba68133e0d8ea1b3ea3b5f..e5478a9a3d328587e14910c1fb9e1f80256b0a69 100644
--- a/src/STS/STS.csproj
+++ b/src/STS/STS.csproj
@@ -9,7 +9,8 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Coscine.ApiCommons" Version="1.2.0" />
+    <PackageReference Include="Coscine.ApiCommons" Version="1.2.1" />
+    <PackageReference Include="Coscine.Database" Version="1.5.1" />
     <PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
     <PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
     <PackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" Version="2.2.0" />