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
The tag work changed primary key of Dist table and this made
->update_or_create fail to update existing stuff, since we're not
passing it the primary key. So it dupes the modules during build,
and at the end of the build the originals get assumed to be old,
deleted dists and are tossed.
Fix by using meta URL as primary column.
0 commit comments