Update sea-orm rc version

This commit is contained in:
2025-10-13 23:40:04 -06:00
parent 8411c75377
commit 0d34174a13
18 changed files with 231 additions and 210 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use sea_orm_migration::MigratorTrait as _;
pub struct Connection(DatabaseConnection);
impl Connection {
/// Helper function for apllying database migrations while wrapping a
/// Helper function for applying database migrations while wrapping a
/// [DatabaseConnection] in a newtype
pub async fn try_from(database: DatabaseConnection) -> Result<Self, DbErr> {
crate::migration::Migrator::up(&database, None).await?;