Compare commits

..

No commits in common. "55437a561ca09a6336cf94f8e8063ea9f24149e2" and "979e504c0db471a841dafd1778bf5f5780d11534" have entirely different histories.

View File

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