Skip to content

Commit

Permalink
fix: 바뀐 테이블 구조에 맞게 truncate 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
korECM committed Oct 22, 2022
1 parent 924ea4b commit 5b11cfe
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/main/resources/data-mysql-test.sql
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
SET foreign_key_checks = 0
truncate table cafe
truncate table cafe_keyword
truncate table apple_auth
truncate table cafe_like
truncate table cafe_menu
truncate table footprint
truncate table cafe
truncate table kakao_auth
truncate table local_auth
truncate table menu
truncate table member
truncate table member_follow
truncate table review
truncate table menu
truncate table profile_image
truncate table review_cafe_keyword
truncate table cafe_keyword
truncate table review_comment
truncate table review_food_info
truncate table review_image
truncate table review_like
truncate table visit_purpose_information
truncate table member
truncate table review
SET foreign_key_checks = 1

0 comments on commit 5b11cfe

Please sign in to comment.