Skip to content

Commit

Permalink
as'd;mqwpogqwiopgnqw
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorPlatz committed Nov 29, 2023
1 parent 9227250 commit 5aa1a94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/database/model_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ use crate::api::server::server::ModelInfo;
use crate::EntityContextTrait;
use async_trait::async_trait;
use sea_orm::{
ActiveModelTrait, ColumnTrait, DbErr, EntityTrait, IntoActiveModel, JoinType,
ModelTrait, QueryFilter, QuerySelect, RelationTrait, Set, Unchanged,
ActiveModelTrait, ColumnTrait, DbErr, EntityTrait, IntoActiveModel, JoinType, ModelTrait,
QueryFilter, QuerySelect, RelationTrait, Set, Unchanged,
};
use std::sync::Arc;



pub struct ModelContext {
db_context: Arc<dyn DatabaseContextTrait>,
}
Expand Down

0 comments on commit 5aa1a94

Please sign in to comment.