diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-11-05 08:21:53 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-11-05 08:21:53 +0100 |
commit | 6b6f19bb94a26fafdb5c18a619c058d7f24bfc2b (patch) | |
tree | 7aa4fba3bc2e2606aa45360ab21ae3cb0b27a3c0 /lib/repair | |
parent | 2f4fa5b49c38c75e60b0cb46e2878e4176e0dd03 (diff) | |
download | nextcloud-server-6b6f19bb94a26fafdb5c18a619c058d7f24bfc2b.tar.gz nextcloud-server-6b6f19bb94a26fafdb5c18a619c058d7f24bfc2b.zip |
Drop unused table file_map
* used only for windows support
* windows support was dropped in 8.2.0 - see #17379
* was introduced in fd8cb9974be30aaca0d65d1807d6a4f784da5f0b
* ref #18935
Diffstat (limited to 'lib/repair')
-rw-r--r-- | lib/repair/dropoldtables.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/repair/dropoldtables.php b/lib/repair/dropoldtables.php index cfe0df6cb5b..6ca04be08c7 100644 --- a/lib/repair/dropoldtables.php +++ b/lib/repair/dropoldtables.php @@ -74,6 +74,7 @@ class DropOldTables extends BasicEmitter implements RepairStep { 'calendar_objects', 'calendar_share_calendar', 'calendar_share_event', + 'file_map', 'foldersize', 'fscache', 'locks', |