Skip to content

Commit

Permalink
refactor : request_notification, update_notification table 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
java-saeng committed Oct 5, 2023
1 parent 46ef5c3 commit 0c58c63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions backend/emm-sale/src/main/resources/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ truncate table tag;
truncate table event_tag;
truncate table member_tag;
truncate table event_member;
truncate table request_notification;
truncate table fcm_token;
truncate table update_notification;
truncate table block;
truncate table report;
truncate table scrap;
Expand Down
4 changes: 4 additions & 0 deletions backend/emm-sale/src/main/resources/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,7 @@ alter table notification
alter table notification
add column created_at datetime(6) default current_timestamp(6);

-- 2023-10-05 17:06
drop table update_notification;

drop table request_notification;
2 changes: 0 additions & 2 deletions backend/emm-sale/src/test/resources/data-test.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ truncate table tag;
truncate table event_tag;
truncate table member_tag;
truncate table event_member;
truncate table request_notification;
truncate table update_notification;
truncate table block;
truncate table fcm_token;
truncate table report;
Expand Down

0 comments on commit 0c58c63

Please sign in to comment.