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(migrations): m008 also widens checkpoint PK to (bus_name, subscriber_id)
Without this, fresh-DB setups would have bus_name added but the PK would
remain (subscriber_id), causing ON CONFLICT (bus_name, subscriber_id) to
fail at runtime. Adding the PK widening here ensures it runs in the correct
order (after the table is created by m003).
0 commit comments