Run DB migrations at startup and add cached_files

This commit is contained in:
2026-01-16 10:50:07 +01:00
parent 2a08d488ed
commit 9a1805e779
4 changed files with 70 additions and 2 deletions

View File

@@ -54,4 +54,4 @@ teloxide = { version = "0.17.0", features = ["macros", "webhooks-axum", "cache-m
moka = { version = "0.12.10", features = ["future"] }
sqlx = { version = "0.8.3", features = ["runtime-tokio", "postgres", "macros"] }
sqlx = { version = "0.8.3", features = ["runtime-tokio", "postgres", "macros", "migrate"] }