mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2026-03-03 07:00:48 +01:00
Run DB migrations at startup and add cached_files
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user