Re-Add Config table
This commit is contained in:
		
					parent
					
						
							
								98857f8d7a
							
						
					
				
			
			
				commit
				
					
						6db89adc04
					
				
			
		
					 4 changed files with 23 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -74,7 +74,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',
 | 
			
		||||
			'deliverq', 'dsprphotoq', 'ffinder', 'sign', 'spam', 'term', 'user-item', 'thread', 'item', 'challenge',
 | 
			
		||||
			'auth_codes', 'tokens', 'clients', 'profile_check', 'host', 'conversation', 'fcontact', 'config', 'addon'];
 | 
			
		||||
			'auth_codes', 'tokens', 'clients', 'profile_check', 'host', 'conversation', 'fcontact', 'addon'];
 | 
			
		||||
 | 
			
		||||
		$tables = DBA::selectToArray('INFORMATION_SCHEMA.TABLES', ['TABLE_NAME'],
 | 
			
		||||
			['TABLE_SCHEMA' => DBA::databaseName(), 'TABLE_TYPE' => 'BASE TABLE']);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue