Merge branch 'master' into backend

This commit is contained in:
Minh Tran Nhat 2023-07-16 23:35:54 -04:00 committed by GitHub
commit 55437a561c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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