Simon Bruder
acd5ab3c4c
It currently can’t handle views, so it has to be updated manually based on diesel print-schema.
13 lines
332 B
TOML
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"
|