feat: add migrations

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-27 11:53:46 +01:00
parent 1182b9c243
commit aaca10fc9d

View File

@@ -33,6 +33,7 @@ notmad = "0.11"
tokio-util = { version = "0.7", features = ["compat"] } tokio-util = { version = "0.7", features = ["compat"] }
sqlx = { version = "0.8", features = [ sqlx = { version = "0.8", features = [
"chrono", "chrono",
"migrate",
"postgres", "postgres",
"runtime-tokio", "runtime-tokio",
"uuid", "uuid",