Fix bug
This commit is contained in:
		
							parent
							
								
									7259887124
								
							
						
					
					
						commit
						33dfc21e4b
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,8 @@ import * as mongo from 'mongodb';
 | 
			
		|||
import db from '../db/mongodb';
 | 
			
		||||
 | 
			
		||||
const Stats = db.get<IStats>('stats');
 | 
			
		||||
Stats.createIndex({ date: -1 }, { unique: true });
 | 
			
		||||
Stats.dropIndex({ date: -1 }); // 後方互換性のため
 | 
			
		||||
Stats.createIndex({ span: -1, date: -1 }, { unique: true });
 | 
			
		||||
export default Stats;
 | 
			
		||||
 | 
			
		||||
export interface IStats {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue