summaryrefslogtreecommitdiffstats
path: root/lib/private/repair/dropoldtables.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/repair/dropoldtables.php')
-rw-r--r--lib/private/repair/dropoldtables.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/repair/dropoldtables.php b/lib/private/repair/dropoldtables.php
index abd3bd49b0a..e4b07aab2ba 100644
--- a/lib/private/repair/dropoldtables.php
+++ b/lib/private/repair/dropoldtables.php
@@ -71,6 +71,7 @@ class DropOldTables extends BasicEmitter implements RepairStep {
*/
protected function oldDatabaseTables() {
return [
+ 'authtoken',
'calendar_calendars',
'calendar_objects',
'calendar_share_calendar',