Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 9a549a8

Browse files
committed
remove table during uninstall
1 parent 134e5cf commit 9a549a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

OAuthModuleInstaller.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ public function upgrade(string $oldVersion): bool
3939

4040
public function uninstall(): bool
4141
{
42+
$this->schemaTool->drop($this->entities);
43+
4244
return true;
4345
}
4446
}

0 commit comments

Comments
 (0)