fixed bug limiting number of results returned

This commit is contained in:
KCaverly 2023-09-26 10:29:55 -04:00
commit 330a71d28b
44 changed files with 1818 additions and 369 deletions

2
script/reset_db Executable file
View file

@ -0,0 +1,2 @@
psql -c "DROP DATABASE zed (FORCE);"
script/bootstrap