]> git.mxchange.org Git - friendica.git/commitdiff
Added "user-item" table to the list of removable tables
authorMichael <heluecht@pirati.ca>
Tue, 2 Feb 2021 06:10:10 +0000 (06:10 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 2 Feb 2021 06:10:10 +0000 (06:10 +0000)
src/Database/DBStructure.php

index 8a3d6cc80ac09ff80fb7c9c694eb1ebdd887f113..3e1ef7aa1bc66fb87d6513e50743f131d18ba66d 100644 (file)
@@ -79,7 +79,8 @@ class DBStructure
                }
 
                $old_tables = ['fserver', 'gcign', 'gcontact', 'gcontact-relation', 'gfollower' ,'glink', 'item-delivery-data',
-                       'item-activity', 'item-content', 'item_id', 'poll', 'poll_result', 'queue', 'retriever_rule', 'sign', 'spam', 'term'];
+                       'item-activity', 'item-content', 'item_id', 'poll', 'poll_result', 'queue', 'retriever_rule',
+                       'sign', 'spam', 'term', 'user-item'];
 
                $tables = DBA::selectToArray(['INFORMATION_SCHEMA' => 'TABLES'], ['TABLE_NAME'],
                        ['TABLE_SCHEMA' => DBA::databaseName(), 'TABLE_TYPE' => 'BASE TABLE']);