Skip to content

Commit

Permalink
fix issue happening mostly with semgrep where issues would not be enr…
Browse files Browse the repository at this point in the history
…iched due to the type being more than 128 characters
  • Loading branch information
northdpole committed Oct 11, 2024
1 parent 4de4d7f commit 8fe1374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE issues ALTER COLUMN "type" TYPE VARCHAR(128);
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE issues ALTER COLUMN "type" TYPE text;

0 comments on commit 8fe1374

Please sign in to comment.