Updated DB_UPDATE_VERSION
request by mrpetovan
This commit is contained in:
		
					parent
					
						
							
								e33733f297
							
						
					
				
			
			
				commit
				
					
						898fd0353b
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,7 @@
 | 
			
		|||
use Friendica\Database\DBA;
 | 
			
		||||
 | 
			
		||||
if (!defined('DB_UPDATE_VERSION')) {
 | 
			
		||||
	define('DB_UPDATE_VERSION', 1317);
 | 
			
		||||
	define('DB_UPDATE_VERSION', 1318);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -375,7 +375,7 @@ function update_1315()
 | 
			
		|||
	DBA::delete('item-delivery-data', ['postopts' => '', 'inform' => '', 'queue_count' => 0, 'queue_done' => 0]);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function update_1317()
 | 
			
		||||
function update_1318()
 | 
			
		||||
{
 | 
			
		||||
	DBA::update('profile', ['marital' => "In a relation"], ['marital' => "Unavailable"]);
 | 
			
		||||
	DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue