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
fix(P0-X): drop migration cruft from applyUpgrade — no installed base
Remove the cursor-based metroid_neighbors → neighbor_graph migration
from the v3 upgrade path. The project has no installed base, so the
migration is unnecessary overhead. applyUpgrade simply creates
neighbor_graph fresh. Also reverts open() back to the simpler
single-argument applyUpgrade(db) call.
Co-authored-by: devlux76 <86517969+devlux76@users.noreply.github.com>
0 commit comments