mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
89a5c654bf
## Problem In https://github.com/neondatabase/neon/pull/6637, we remove the need to run migrations externally, but for compat tests to work we can't remove those invocations from the neon_local binary. Once that previous PR merges, we can make the followup changes without upsetting compat tests.