Don't use pg pool, too flaky for now

This commit is contained in:
2024-08-21 18:18:35 -03:00
parent dbbf7224b3
commit 9190060c52
5 changed files with 70 additions and 86 deletions

View File

@ -306,12 +306,7 @@
id="nombres"
placeholder="Nombres separados con comas"
aria-label="Search"
<<<<<<< Updated upstream
value="Juan, María"
||||||| Stash base
=======
value="juan,maria"
>>>>>>> Stashed changes
value="juan,maria"
/>
<input type="submit" value="Buscar" onCLick="drawChart2();" />
</form>