db: refresh_sessions migration + SQLite/Postgres adapters

This commit is contained in:
2026-06-11 14:31:46 +02:00
parent ef9ecbae06
commit 3a3f3b3889
8 changed files with 255 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ mod models;
mod persons;
mod profile;
mod profile_fields;
mod refresh_sessions;
mod remote_goals;
mod user_settings;
mod users;
@@ -39,6 +40,7 @@ pub use import_profile::PostgresImportProfileRepository;
pub use import_session::PostgresImportSessionRepository;
pub use persons::{PostgresPersonAdapter, create_person_adapter};
pub use profile::PostgresMovieProfileRepository;
pub use refresh_sessions::PostgresRefreshSessionAdapter;
pub use profile_fields::PostgresProfileFieldsRepository;
pub use users::PostgresUserRepository;
pub use watch_event::{PostgresWatchEventRepository, PostgresWebhookTokenRepository};