mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-31 11:13:22 -05:00
50d2a3059d
We need to drop tables in the correct order due to foreign table constraints (on `application_services`), otherwise the DROP TABLE command will fail. Introduced in #4992.