Reorganize source files of collab::db
* Move all sea_orm tables into a 'tables' module * Move TestDb into its own file * Move id types into their own module
This commit is contained in:
parent
e48bb1853c
commit
e964137d79
27 changed files with 397 additions and 412 deletions
|
@ -1,5 +1,5 @@
|
|||
use crate::{
|
||||
db::{NewUserParams, TestDb, UserId},
|
||||
db::{test_db::TestDb, NewUserParams, UserId},
|
||||
executor::Executor,
|
||||
rpc::{Server, CLEANUP_TIMEOUT},
|
||||
AppState,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue