Skip to content

Commit

Permalink
common: delete unused models module
Browse files Browse the repository at this point in the history
  • Loading branch information
naim94a committed Mar 23, 2023
1 parent 11a0162 commit 2fd402e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ binascii = "0.1"
tokio-postgres = {version = "0.7", default-features = false, optional = true}
diesel = {version = "2.0", optional = true, default-features = false, features = ["postgres_backend", "time"]}
diesel-async = {version = "0.2", optional = true, features = ["postgres", "bb8"]}
time = "0.3"
anyhow = "1.0"

[features]
Expand Down
1 change: 0 additions & 1 deletion common/src/db/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use std::{collections::HashMap};
use crate::async_drop::{AsyncDropper, AsyncDropGuard};
mod schema_auto;
pub mod schema;
pub mod models;

use diesel::{upsert::excluded, ExpressionMethods, QueryDsl, NullableExpressionMethods, sql_types::{Array, Binary, VarChar, Integer}, query_builder::{QueryFragment, Query}};
use diesel_async::RunQueryDsl;
Expand Down
19 changes: 0 additions & 19 deletions common/src/db/models.rs

This file was deleted.

0 comments on commit 2fd402e

Please sign in to comment.