fix migrations path to be relative to project
This commit is contained in:
parent
7e678fc2f3
commit
67a8b94a69
@ -6,4 +6,4 @@ file = "src/db/schema.rs"
|
|||||||
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
|
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
|
||||||
|
|
||||||
[migrations_directory]
|
[migrations_directory]
|
||||||
dir = "/Users/akulij/gits/gongbotrs/migrations"
|
dir = "./migrations"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user