Changed SQLez migrations to be executed eagerly
Added fix for terminal working directory's sometimes getting lost co-authored-by: Kay <kay@zed.dev>
This commit is contained in:
parent
65641b1d3e
commit
e682e2dd72
5 changed files with 130 additions and 3 deletions
|
@ -15,4 +15,7 @@ thread_local = "1.1.4"
|
|||
lazy_static = "1.4"
|
||||
parking_lot = "0.11.1"
|
||||
futures = "0.3"
|
||||
uuid = { version = "1.1.2", features = ["v4"] }
|
||||
uuid = { version = "1.1.2", features = ["v4"] }
|
||||
|
||||
[dev-dependencies]
|
||||
sqlez_macros = { path = "../sqlez_macros"}
|
Loading…
Add table
Add a link
Reference in a new issue