Skip to content

Commit

Permalink
refactor: flyway 스키마 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jun 23, 2024
1 parent 84b54dc commit 78a5245
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- 구독 진행 사항 컬럼 추가
ALTER TABLE subscription ADD COLUMN progress BIGINT NOT NULL DEFAULT 0;

0 comments on commit 78a5245

Please sign in to comment.