Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

빈자리 알림 api 추가 #72

Closed
Hank-Choi opened this issue May 13, 2023 · 0 comments
Closed

빈자리 알림 api 추가 #72

Hank-Choi opened this issue May 13, 2023 · 0 comments

Comments

@Hank-Choi
Copy link
Contributor

Hank-Choi commented May 13, 2023

collection 생성 및 index 추가

db.vacancy_notifications.createIndex(
     {
       "userId": 1,
       "lectureId": 1
     },
     {
     unique: true,
   })
db.vacancy_notifications.createIndex(
     {
       "userId": 1,
     },
   )
db.vacancy_notifications.createIndex(
     {
       "lectureId": 1
     },
   )

db.vacancy_notifications.createIndex(
     {
       "coursebookId": 1
     },
   )
Hank-Choi added a commit that referenced this issue May 13, 2023
- seatNotification -> vacancyNotification 이름 변경
Hank-Choi added a commit that referenced this issue May 13, 2023
Hank-Choi added a commit that referenced this issue May 13, 2023
- seatNotification -> vacancyNotification 으로 이름변경
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant