Update .sqlx data

This commit is contained in:
Lennart
2025-01-12 20:46:36 +01:00
parent 5b418ec583
commit 974acdf2cb
5 changed files with 100 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ use actix_web::{web, App};
use rustical_frontend::{configure_frontend, FrontendConfig};
use rustical_store::auth::AuthenticationProvider;
use rustical_store::{AddressbookStore, CalendarStore, SubscriptionStore};
use rustical_store_sqlite::subscription_store;
use std::sync::Arc;
use tracing_actix_web::TracingLogger;