]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #10129 from annando/drop-tables
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 7 Apr 2021 15:44:08 +0000 (11:44 -0400)
committerGitHub <noreply@github.com>
Wed, 7 Apr 2021 15:44:08 +0000 (11:44 -0400)
Further unused tables to be dropped

src/Database/DBStructure.php

index 7fc1b3feee7e5ab9a507d3f1c4c92c8a988c323a..0c1a46d4ed2c4917b5c64b7213b0475311748ea4 100644 (file)
@@ -80,7 +80,7 @@ class DBStructure
 
                $old_tables = ['fserver', 'gcign', 'gcontact', 'gcontact-relation', 'gfollower' ,'glink', 'item-delivery-data',
                        'item-activity', 'item-content', 'item_id', 'participation', 'poll', 'poll_result', 'queue', 'retriever_rule',
-                       'sign', 'spam', 'term', 'user-item', 'thread', 'item'];
+                       'deliverq', 'dsprphotoq', 'ffinder', 'sign', 'spam', 'term', 'user-item', 'thread', 'item'];
 
                $tables = DBA::selectToArray(['INFORMATION_SCHEMA' => 'TABLES'], ['TABLE_NAME'],
                        ['TABLE_SCHEMA' => DBA::databaseName(), 'TABLE_TYPE' => 'BASE TABLE']);