Skip to content

Commit

Permalink
cli: add missing sqlx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
franklx committed Aug 5, 2023
1 parent 7d23bd9 commit c40f283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ormlite-attr = { version = "0.17", path = "../attr" }
tokio = { version = "1", features = ["full"] }
sqlmo = { version = "0.16", features = ["tracing"] }
sqlmo_sqlx = "0.16"
sqlx = "0.7"
syn = "2"
proc-macro2 = "1"
url = "2"
Expand Down
1 change: 1 addition & 0 deletions cli/src/command/reflect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use std::fs;
* - `--domains` option for domains as `type` aliases
*/

#[allow(dead_code)]
#[derive(Debug, FromRow)]
struct ColumnDef {
table_schema: String,
Expand Down

0 comments on commit c40f283

Please sign in to comment.