Add missing index
This commit is contained in:
		
							parent
							
								
									c3f2cea0e6
								
							
						
					
					
						commit
						c32385b616
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -11,6 +11,7 @@ import config from '../config';
 | 
			
		|||
const User = db.get<IUser>('users');
 | 
			
		||||
 | 
			
		||||
User.createIndex('username');
 | 
			
		||||
User.createIndex('usernameLower');
 | 
			
		||||
User.createIndex('token');
 | 
			
		||||
User.createIndex('uri', { sparse: true, unique: true });
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue