Skip to content

Commit

Permalink
Revert empty block deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jul 20, 2023
1 parent 030cc10 commit 905af0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/sql/updates.sql
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ create index idx_job_user_id on job(user_id,state);
-- 2.0.0
ALTER TABLE log_messages MODIFY COLUMN message TEXT;

-- 2.3.0

-- 2.3.4
ALTER TABLE html_snippets MODIFY COLUMN text VARCHAR (8000);

Expand Down

0 comments on commit 905af0f

Please sign in to comment.