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(api): remove VACUUM from wipe-staging.sql (#128)
VACUUM cannot be executed inside a transaction, and Wrangler wraps
SQL file execution in a transaction. This was causing staging
deployments to fail with 'cannot VACUUM from within a transaction'.
0 commit comments