Skip to content

Commit

Permalink
fix: (#766) 테이블 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
woo-chang committed Oct 18, 2023
1 parent 04d5212 commit 85fa66d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/test/resources/truncate.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ TRUNCATE TABLE post;
TRUNCATE TABLE member;
TRUNCATE TABLE category;
TRUNCATE TABLE alarm;
TRUNCATE TABLE report_action_alarm;

SET FOREIGN_KEY_CHECKS = 1;

0 comments on commit 85fa66d

Please sign in to comment.