wip
This commit is contained in:
		
							parent
							
								
									b6c190e1fd
								
							
						
					
					
						commit
						9bcd3cde46
					
				
					 2 changed files with 12 additions and 0 deletions
				
			
		| 
						 | 
					@ -7,6 +7,11 @@ export default Signin;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export interface ISignin {
 | 
					export interface ISignin {
 | 
				
			||||||
	_id: mongo.ObjectID;
 | 
						_id: mongo.ObjectID;
 | 
				
			||||||
 | 
						createdAt: Date;
 | 
				
			||||||
 | 
						userId: mongo.ObjectID;
 | 
				
			||||||
 | 
						ip: string;
 | 
				
			||||||
 | 
						headers: any;
 | 
				
			||||||
 | 
						success: boolean;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -180,3 +180,10 @@ db.posts.update({}, {
 | 
				
			||||||
		'_repost.user_id': '_repost.userId',
 | 
							'_repost.user_id': '_repost.userId',
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}, false, true);
 | 
					}, false, true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					db.signin.update({}, {
 | 
				
			||||||
 | 
						$rename: {
 | 
				
			||||||
 | 
							created_at: 'createdAt',
 | 
				
			||||||
 | 
							user_id: 'userId',
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}, false, true);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue