Add index
This commit is contained in:
		| @@ -2,6 +2,7 @@ import * as mongo from 'mongodb'; | |||||||
| import db from '../db/mongodb'; | import db from '../db/mongodb'; | ||||||
|  |  | ||||||
| const PostWatching = db.get<IPostWatching>('postWatching'); | const PostWatching = db.get<IPostWatching>('postWatching'); | ||||||
|  | PostWatching.createIndex(['userId', 'postId'], { unique: true }); | ||||||
| export default PostWatching; | export default PostWatching; | ||||||
|  |  | ||||||
| export interface IPostWatching { | export interface IPostWatching { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo