Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
83 stars 11 forks source link

Create dir before lock #213

Closed jayvdb closed 3 months ago

jayvdb commented 3 months ago

Related to https://github.com/Electron100/butane/issues/56

Logically, this seems to be correct. However, I dont want to assume this fixes it. I did a lot of repeats of running all the tests, and havent seen this problem re-occur. But I cant reliably reproduce it, so cant be certain this has fixed it. The question remains, how did the migrations get into this state?