mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-07 15:35:51 -05:00

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.