mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 15:43:49 +01:00
The migrations and channelserver packages both DROP and recreate the public schema on the shared erupe_test database. With parallel package execution, they destroy each other's schema mid-migration. Adding -p 1 serializes package execution while preserving t.Parallel() within each package.