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
Thanks for flagging this. I think it will be a little tricky to resolve it. I'll see what I can do to get alignment code side in terms of the data structure.
Though my largest concern is that yours/others will have ran DB migrations from previous upgrades. So as I make the code changes now, and generate new migrations, then it'll try end up trying to re-create columns and such that already exist in your deployments.
I might be able to try guard against that and not run migrations but mark them as ran. That way anyone that's since used the images produced by this repo, can continue to update. Then anyone that came from a "future" version, should be able to jump over.
Describe the Bug
Update from
SenexCrenshaw/StreamMaster:latest
toghcr.io/carlreid/streammaster:latest
Fail to start due to missing database column
Stream Master Version
0.6.0
Relevant Logs
The text was updated successfully, but these errors were encountered: