Skip to content

Commit

Permalink
Change from VARCHAR to TEXT to work with mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Mar 10, 2023
1 parent dec14b9 commit ffacdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/sql/updates.sql
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ create index idx_log_messages_step_id on log_messages(step_id);
create index idx_job_user_id on job(user_id,state);

-- 2.0.0
ALTER TABLE log_messages MODIFY COLUMN message VARCHAR (20000);
ALTER TABLE log_messages MODIFY COLUMN message TEXT;

-- 2.3.0

Expand Down

0 comments on commit ffacdeb

Please sign in to comment.