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 is_default_external_database_snapshot function
This function tries to access an argument ($1) but no invocations of this
function pass in an argument. The implementation has been changed to rely on
variables from the environment which allow it correctly find the appropriate
sentinel file.
0 commit comments