This commit is contained in:
Chris Tsang 2022-04-03 22:06:39 +08:00
parent 311a14a470
commit a59b7aeae2
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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::*,
*, *,
}; };