server: upgrade sea-orm to 0.11
This commit is contained in:
committed by
nitnelave
parent
96eb17a963
commit
63cbf30dd7
@@ -1,5 +1,7 @@
|
||||
use sea_orm::ConnectionTrait;
|
||||
use sea_query::{ColumnDef, ForeignKey, ForeignKeyAction, Iden, Table};
|
||||
use sea_orm::{
|
||||
sea_query::{self, ColumnDef, ForeignKey, ForeignKeyAction, Iden, Table},
|
||||
ConnectionTrait,
|
||||
};
|
||||
|
||||
pub use crate::domain::{sql_migrations::Users, sql_tables::DbConnection};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user