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
Once sqlc is patched to handle these lines , we need to also update our 'check migrations' script to normalize the dumps by removing these restrict and unrestrict lines.
We've worked around the issue by pinning the postgresql version to 13.21 in coder/coder#19696
Coder doesn't restore from postgres dumps, so we're not vulnerable to attacks that would be patched by the latest postgres version. Regardless, we'll unpin ASAP.