We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5e553 commit 0340190Copy full SHA for 0340190
1 file changed
app/Console/Commands/Wiki/DropDatabase.php
@@ -40,10 +40,6 @@ public function handle(): int {
40
return 0;
41
}
42
43
- // This is a rather ugly way to clean up some of the user data from a wiki that we are about to soft delete.
44
- //
45
- // This directly accesses the MW DB from the platform API which is a pattern we are generally trying to avoid but
46
- // the database is likely never going to be read by MW every again since it's next step is hard deletion.
47
private function dropWikiDb(WikiDb $wikiDb): bool {
48
$connection = $this->getWikiDbConnection($wikiDb);
49
0 commit comments