Skip to content

Commit

Permalink
chore: migration script 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
5uhwann committed Dec 7, 2024
1 parent 04b1e0c commit 27df89c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CREATE TABLE vod_processing_job
updated_at timestamp NULL,
notification_id BIGINT NULL,
convert_job_id VARCHAR(255) NOT NULL,
user_id BIGINT NOT NULL,
user_id VARCHAR(255) NOT NULL,
convert_job_status VARCHAR(255) NULL,
CONSTRAINT PK_vod_processing_job PRIMARY KEY (id)
);
Expand Down

0 comments on commit 27df89c

Please sign in to comment.