Switched over to migrations
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user