fix migration imports
This commit is contained in:
parent
bdc6915387
commit
d346b62e23
1
TODO.md
1
TODO.md
@ -249,6 +249,7 @@ These are roughly in order of completition
|
||||
- but block numbers count is maxed out (10k)
|
||||
- and block hashes count is tiny (83)
|
||||
- what is going on?
|
||||
- [ ] after adding semaphores (or maybe something else), CPU load seems a lot higher. investigate
|
||||
|
||||
## V1
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
use sea_orm_migration::prelude::*;
|
||||
use sea_orm_migration::sea_query::table::ColumnDef;
|
||||
|
||||
#[derive(DeriveMigrationName)]
|
||||
pub struct Migration;
|
||||
|
@ -1,4 +1,5 @@
|
||||
use sea_orm_migration::prelude::*;
|
||||
use sea_orm_migration::sea_query::table::ColumnDef;
|
||||
|
||||
#[derive(DeriveMigrationName)]
|
||||
pub struct Migration;
|
||||
|
@ -1,4 +1,5 @@
|
||||
use sea_orm_migration::prelude::*;
|
||||
use sea_orm_migration::sea_query::table::ColumnDef;
|
||||
|
||||
#[derive(DeriveMigrationName)]
|
||||
pub struct Migration;
|
||||
|
@ -1,4 +1,5 @@
|
||||
use sea_orm_migration::prelude::*;
|
||||
use sea_orm_migration::sea_query::table::ColumnDef;
|
||||
|
||||
#[derive(DeriveMigrationName)]
|
||||
pub struct Migration;
|
||||
|
Loading…
Reference in New Issue
Block a user