diff --git a/lib/private/repair/dropoldtables.php b/lib/private/repair/dropoldtables.php index abd3bd49b0..e4b07aab2b 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',