Tweaks
This commit is contained in:
parent
311a14a470
commit
a59b7aeae2
@ -3,6 +3,7 @@ name = "sea-orm-graphql-example"
|
|||||||
authors = ["Aaron Leopold <aaronleopold1221@gmail.com>"]
|
authors = ["Aaron Leopold <aaronleopold1221@gmail.com>"]
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
publish = false
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[workspace]
|
[workspace]
|
||||||
|
@ -3,7 +3,7 @@ use entity::{
|
|||||||
sea_orm::{DbBackend, EntityTrait, Schema},
|
sea_orm::{DbBackend, EntityTrait, Schema},
|
||||||
};
|
};
|
||||||
use sea_schema::migration::{
|
use sea_schema::migration::{
|
||||||
sea_query::{self, *},
|
sea_query::*,
|
||||||
*,
|
*,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user