diesel: Do not automatically generate schema

It currently can’t handle views, so it has to be updated manually based
on diesel print-schema.
This commit is contained in:
Simon Bruder 2024-07-07 13:44:22 +02:00
parent ffddf2ba00
commit acd5ab3c4c
Signed by: simon
GPG key ID: 347FF8699CDA0776
2 changed files with 0 additions and 3 deletions

View file

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

View file

@ -2,8 +2,6 @@
//
// SPDX-License-Identifier: AGPL-3.0-or-later
// @generated automatically by Diesel CLI.
diesel::table! {
items (id) {
id -> Uuid,