DB에 rank field 추가함. 수정한 파일 내용 → https://github.com/Sejong-Creative-Semester2021/Sejong.creative.semester.2021/commit/f312d0cee2e5284f33827b5c9864f033fbf5db8a

Untitled

예전에 마이그래이션 했던 solution_id가 add 됐다고 뜨고 애러가 발생했다.

여기서 --fake 라는 것을 추가해서 하라고 해서 해봤다. → 해결 안됨

https://stackoverflow.com/questions/29830928/django-db-utils-programmingerror-relation-already-exists

alter table ai_contest drop column solution_id;

드롭을 하고 다시 실행

드롭 후 마이그래이션 다시 실행

Untitled

테이블에 나타났음

Untitled

rank를 추가할 api 하나 만듦

src/pages/oj/api.js

Untitled

Untitled

Untitled