Files
advotrackerd/diesel.toml
Ralf Zerres 67469cc2d6 diesel db handling
* update settings for test environment (.env)
* migrations subdir with sql prototypes

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2019-11-08 17:58:38 +01:00

7 lines
190 B
TOML

# For documentation on how to configure this file,
# see diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "src/db/schema.rs"
#filter = { only_tables = [ "User", "UserRole" ] }