You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless I'm mistaken, we currently need a clone of the repo / source to run the diesel migrations. It looks, though, like we're embedding the migrations in the binary - but I can't see any way to trigger them.
Impact
Need source to run migrations (can't just use the distributed binary).
Solution
I don't know enough about diesel, but it looks like automigrations are a possibility (should be the simplest, near term solution).
The text was updated successfully, but these errors were encountered:
Summary
Problem
Unless I'm mistaken, we currently need a clone of the repo / source to run the diesel migrations. It looks, though, like we're embedding the migrations in the binary - but I can't see any way to trigger them.
Impact
Need source to run migrations (can't just use the distributed binary).
Solution
I don't know enough about diesel, but it looks like automigrations are a possibility (should be the simplest, near term solution).
The text was updated successfully, but these errors were encountered: