Fix build error

This commit is contained in:
Chris Tsang 2022-02-07 21:40:05 +08:00
parent 54b1f4a226
commit e9a460b47d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
use sea_schema::migration::prelude::*;
pub use sea_schema::migration::prelude::*;
mod m20220120_000001_create_post_table;

View File

@ -1,4 +1,4 @@
use sea_schema::migration::prelude::*;
pub use sea_schema::migration::prelude::*;
mod m20220101_000001_create_table;