Skip to content

Commit

Permalink
[Fix/#378]: send_day 기본값 변경 (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 authored Sep 6, 2024
1 parent c4ad770 commit 1a796c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-- 구독 전송 요일 추가
ALTER TABLE SUBSCRIPTION ADD COLUMN send_day CHAR(10) NOT NULL DEFAULT '1111111';
ALTER TABLE SUBSCRIPTION ADD COLUMN send_day CHAR(10) NOT NULL DEFAULT '0011111';

0 comments on commit 1a796c9

Please sign in to comment.