You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-23 11:02:35 +03:00
storage: simplify the paginated queries
This commit is contained in:
@@ -253,7 +253,10 @@ pub(crate) mod tracing;
|
||||
pub mod upstream_oauth2;
|
||||
pub mod user;
|
||||
|
||||
pub use self::repository::{PgRepository, Repository};
|
||||
pub use self::{
|
||||
pagination::Pagination,
|
||||
repository::{PgRepository, Repository},
|
||||
};
|
||||
|
||||
/// Embedded migrations, allowing them to run on startup
|
||||
pub static MIGRATOR: Migrator = sqlx::migrate!();
|
||||
|
||||
Reference in New Issue
Block a user