li7y/diesel.toml

13 lines
332 B
TOML
Raw Normal View History

2024-06-24 22:46:04 +02:00
# 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"