Merge branch 'bugfix-index' of github.com:annando/friendica into acl-speedup
This commit is contained in:
		
				commit
				
					
						d5cc757943
					
				
			
		
					 3 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										2
									
								
								boot.php
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								boot.php
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -41,7 +41,7 @@ define ( 'FRIENDICA_PLATFORM',     'Friendica');
 | 
			
		|||
define ( 'FRIENDICA_CODENAME',     'Asparagus');
 | 
			
		||||
define ( 'FRIENDICA_VERSION',      '3.5.3-dev' );
 | 
			
		||||
define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 | 
			
		||||
define ( 'DB_UPDATE_VERSION',      1228      );
 | 
			
		||||
define ( 'DB_UPDATE_VERSION',      1229      );
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @brief Constant with a HTML line break.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1743,7 +1743,7 @@ function db_definition() {
 | 
			
		|||
			"indexes" => array(
 | 
			
		||||
					"PRIMARY" => array("id"),
 | 
			
		||||
					"pid" => array("pid"),
 | 
			
		||||
					"parameter" => array("parameter(192)"),
 | 
			
		||||
					"parameter" => array("parameter(64)"),
 | 
			
		||||
					"priority_created" => array("priority", "created"),
 | 
			
		||||
					)
 | 
			
		||||
			);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
<?php
 | 
			
		||||
 | 
			
		||||
define('UPDATE_VERSION' , 1228);
 | 
			
		||||
define('UPDATE_VERSION' , 1229);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 *
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue