Point pg_tests to common::bakery_chain files
This commit is contained in:
parent
1d55df9c7b
commit
3bd9948f8c
@ -3,8 +3,9 @@ use sea_orm::{
|
||||
Statement,
|
||||
};
|
||||
|
||||
pub mod bakery_chain;
|
||||
pub use bakery_chain::*;
|
||||
pub mod common;
|
||||
pub use common::bakery_chain::*;
|
||||
|
||||
use sea_query::{ColumnDef, TableCreateStatement};
|
||||
|
||||
// cargo test --test pg_tests -- --nocapture
|
||||
|
Loading…
x
Reference in New Issue
Block a user