Switched over to migrations

This commit is contained in:
2023-09-16 19:08:20 +00:00
parent f4ed0f9af2
commit 3f9dcb3a53
5 changed files with 54 additions and 54 deletions

View File

@@ -9,4 +9,6 @@ edition = "2021"
actix-web = "4.4.0"
env_logger = "0.10.0"
log = "0.4.20"
sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls", "postgres" ] }
sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls", "postgres", "migrate"] }
sqlx-cli = "0.7.1"
thiserror = "1.0.48"