Merge branch 'master' into backend

This commit is contained in:
2023-07-16 23:35:54 -04:00
committed by GitHub

View File

@@ -109,6 +109,7 @@ def recreate_db() -> None:
f"CREATE DATABASE {db_url.path.removeprefix('/')}",
],
)
call( # nosec
[
"psql",