forked-synapse/synapse/storage/schema/delta/54
Erik Johnston 50d2a3059d Fix schema upgrade when dropping tables
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.
2019-04-09 14:39:18 +01:00
..
drop_legacy_tables.sql Fix schema upgrade when dropping tables 2019-04-09 14:39:18 +01:00
drop_presence_list.sql Remove presence lists (#4989) 2019-04-03 11:11:15 +01:00