Skip to content

Commit

Permalink
fix : flyway sql문 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KoSeonJe committed Feb 5, 2025
1 parent 32577d9 commit b933a6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE form ADD COLUMN sections TEXT NOT NULL DEFAULT '[]';
ALTER TABLE form ADD COLUMN sections VARCHAR(255) NOT NULL DEFAULT '[]';

0 comments on commit b933a6c

Please sign in to comment.