Skip to content

Commit

Permalink
Merge pull request #1629 from OCSInventory-NG/sqlIndexFix
Browse files Browse the repository at this point in the history
Fix sql statement in index creation
  • Loading branch information
charleneauger authored Sep 19, 2024
2 parents 65e0584 + cec2e55 commit 7463f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/update/7079.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ALTER TABLE devices DROP INDEX TVALUE;

-- Update column to TEXT and recreate the index
ALTER TABLE devices MODIFY COLUMN TVALUE TEXT;
ADD INDEX TVALUE (TVALUE(255));
ALTER TABLE devices ADD INDEX TVALUE (TVALUE(255));

0 comments on commit 7463f39

Please sign in to comment.