diff --git a/diesel.toml b/diesel.toml index 889b2b9..9e2faa8 100644 --- a/diesel.toml +++ b/diesel.toml @@ -6,7 +6,6 @@ # see https://diesel.rs/guides/configuring-diesel-cli [print_schema] -file = "src/schema.rs" custom_type_derives = ["diesel::query_builder::QueryId"] [migrations_directory] diff --git a/src/schema.rs b/src/schema.rs index 12efc5c..2db38b5 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -2,8 +2,6 @@ // // SPDX-License-Identifier: AGPL-3.0-or-later -// @generated automatically by Diesel CLI. - diesel::table! { items (id) { id -> Uuid,