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:
Mikayla Maki 2023-01-30 14:38:48 -08:00
parent 65641b1d3e
commit e682e2dd72
5 changed files with 130 additions and 3 deletions

View file

@ -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"}