Skip to content

Commit

Permalink
fix: 알림 스키마 drop 명령어 추가 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom authored Oct 20, 2024
1 parent 554a2b5 commit 0e723ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/domain/common-domain/src/main/resources/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ create schema if not exists alarm;
drop table if exists alarm.artist_subscription cascade;
drop table if exists alarm.genre_subscription cascade;
drop table if exists alarm.ticketing_alert cascade;
drop table if exists alarm.show_alarm cascade;


create table alarm.artist_subscription
Expand Down

0 comments on commit 0e723ce

Please sign in to comment.