mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-21 18:44:19 +00:00
Fix absolute path being used as migration directory
This commit is contained in:
parent
e8af5edbf3
commit
c1f76f8946
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ file = "src/interfaces/database/schema.rs"
|
||||||
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
|
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
|
||||||
|
|
||||||
[migrations_directory]
|
[migrations_directory]
|
||||||
dir = "/mnt/work/steffo/royalnet/migrations"
|
dir = "./migrations"
|
||||||
|
|
Loading…
Reference in a new issue