Skip to content
Snippets Groups Projects
Unverified Commit e446921d authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Merge pull request #5033 from matrix-org/erikj/fix_schema_delta

Fix schema upgrade when dropping tables
parents 329688c1 5e45b558
No related branches found
No related tags found
No related merge requests found
Remove a number of unused tables from the database schema.
...@@ -13,8 +13,10 @@ ...@@ -13,8 +13,10 @@
* limitations under the License. * limitations under the License.
*/ */
DROP TABLE IF EXISTS application_services; -- we need to do this first due to foreign constraints
DROP TABLE IF EXISTS application_services_regex; DROP TABLE IF EXISTS application_services_regex;
DROP TABLE IF EXISTS application_services;
DROP TABLE IF EXISTS transaction_id_to_pdu; DROP TABLE IF EXISTS transaction_id_to_pdu;
DROP TABLE IF EXISTS stats_reporting; DROP TABLE IF EXISTS stats_reporting;
DROP TABLE IF EXISTS current_state_resets; DROP TABLE IF EXISTS current_state_resets;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment