Compare commits

..

3 Commits

Author SHA1 Message Date
55437a561c
Merge branch 'master' into backend 2023-07-16 23:35:54 -04:00
a4ea41bef1 Fix(backend): Update deps and postgreSQL version to 15 2023-07-13 10:30:04 -04:00
Minh Tran Nhat
1b65643680
Merge pull request #7 from minhtrannhat/backend_quartz
Todos CRUD functionalities & tests
2022-12-27 14:17:53 -05:00

View File

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