Skip to content
Snippets Groups Projects
Commit 108ee37f authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

change order of removed tables, fixes #4343

Closes #4343

Merge request studip/studip!3145
parent 50371cbb
No related branches found
No related tags found
No related merge requests found
...@@ -214,12 +214,12 @@ class SetupApi extends Migration ...@@ -214,12 +214,12 @@ class SetupApi extends Migration
public function dropTables(): void public function dropTables(): void
{ {
DBManager::get()->exec("DROP TABLE IF EXISTS `oauth_consumer_registry`, DBManager::get()->exec("DROP TABLE IF EXISTS `oauth_consumer_token`,
`oauth_consumer_token`,
`oauth_log`, `oauth_log`,
`oauth_server_nonce`, `oauth_server_nonce`,
`oauth_server_registry`, `oauth_server_registry`,
`oauth_server_token`, `oauth_server_token`,
`oauth_consumer_registry`,
`api_consumer_permissions`, `api_consumer_permissions`,
`api_consumers`, `api_consumers`,
`api_oauth_user_mapping`, `api_oauth_user_mapping`,
......
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