core
: Fix migrations_directory.dir
This commit is contained in:
parent
90a28a6bcf
commit
bb6ecb7354
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ file = "src/schema.rs"
|
||||||
custom_type_derives = ["diesel::query_builder::QueryId", "Clone", "Debug"]
|
custom_type_derives = ["diesel::query_builder::QueryId", "Clone", "Debug"]
|
||||||
|
|
||||||
[migrations_directory]
|
[migrations_directory]
|
||||||
dir = "./acrate-core/migrations"
|
dir = "migrations"
|
||||||
|
|
Loading…
Reference in a new issue