Skip to content

Commit

Permalink
chore: add version 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Jul 10, 2024
1 parent 9da6e28 commit 80c057f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bloembraaden/data/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3205,7 +3205,7 @@ ALTER TABLE "public"."cms_product"
ALTER TABLE "public"."_instance"
ADD COLUMN if not exists "csp_default_src" Text;

-- remove size limit on x_value, previously this was varchar(40)
-- (bugfix 0.21.0) remove size limit on x_value, previously this was varchar(40)
ALTER TABLE "public"."cms_page_x_properties"
ALTER COLUMN x_value TYPE text;

Expand Down

0 comments on commit 80c057f

Please sign in to comment.