wip: I can't figure out the error with ENUM and the postgres type

This commit is contained in:
2024-12-10 15:24:50 -08:00
parent 0ecd7c8a4c
commit 982ab52e69
10 changed files with 146 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ sqlx = { version = "0.8.2", features = [
"uuid",
] }
uuid = { version = "1.4.1", features = ["serde", "v4"] }
chrono = "0.4.39"
chrono = { version = "0.4.26", features = ["serde"] }
dotenv = "0.15.0"
argon2 = "0.5.3"
jwt = "0.16.0"