1
Fork 0

core: Fix migrations_directory.dir

This commit is contained in:
Steffo 2024-11-09 09:40:38 +01:00
parent 90a28a6bcf
commit bb6ecb7354
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -6,4 +6,4 @@ file = "src/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone", "Debug"]
[migrations_directory]
dir = "./acrate-core/migrations"
dir = "migrations"