Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: E2E테스트에서 외래키 제약조건으로 인한 테이블 삭제 실패를 방지하는 로직 추가
- 테이블을 삭제할때 해당 테이블의 행을 참조하는 다른 테이블의 행이 있어도 테이블 삭제가 가능하도록 FOREIGN_KEY_CHECKS 변수를 0으로 설정 - 테이블 삭제 후 모두 FOREIGN_KEY_CHECKS변수를 1로 설정
- Loading branch information