Point pg_tests to common::bakery_chain files

This commit is contained in:
Sam Samai 2021-07-22 21:26:01 +10:00
parent 1d55df9c7b
commit 3bd9948f8c

View File

@ -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