Skip to content

Commit

Permalink
Alter the table matcher, column str_value size (AcademySoftwareFounda…
Browse files Browse the repository at this point in the history
…tion#1378)

Alter the table matcher to increase column str_value size, as users were having problems creating rules exceeding the previous size.

Signed-off-by: Diego Tavares <dtavares@imageworks.com>
Co-authored-by: Ramon Figueiredo <rfigueiredo@imageworks.com>
  • Loading branch information
DiegoTavares and ramonfigueiredo authored Jun 17, 2024
1 parent 174f397 commit 8a49b3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.26
0.27
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Alter the table "matcher", changing the column str_value size from 4000 to 6000

alter table matcher alter column str_value type character varying(6000);

0 comments on commit 8a49b3e

Please sign in to comment.