mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 09:05:56 -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.