li7y/diesel.toml
Simon Bruder acd5ab3c4c
diesel: Do not automatically generate schema
It currently can’t handle views, so it has to be updated manually based
on diesel print-schema.
2024-07-11 01:16:36 +02:00

13 lines
332 B
TOML

# SPDX-FileCopyrightText: 2024 Simon Bruder <simon@sbruder.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
custom_type_derives = ["diesel::query_builder::QueryId"]
[migrations_directory]
dir = "migrations"