From ce7d9998dc6281c407b024dcb9d40479e67f6bdc Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 21 Jun 2016 16:35:08 +0200 Subject: [PATCH] Drop old authtoken table (pre 5.0.0) * fixes #155 --- lib/private/repair/dropoldtables.php | 1 + 1 file changed, 1 insertion(+) 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',