Further unused tables to be dropped
authorMichael <heluecht@pirati.ca>
Wed, 7 Apr 2021 12:10:54 +0000 (12:10 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 7 Apr 2021 12:10:54 +0000 (12:10 +0000)
src/Database/DBStructure.php

index 7fc1b3f..0c1a46d 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']);