Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jun 6, 2024
1 parent ba0d0f7 commit 66d7e05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/Cache/install/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ CREATE TABLE IF NOT EXISTS `CachesInDB` (
ENGINE = InnoDB;
ALTER TABLE CachesInDB ADD FULLTEXT(name);

ALTER TABLE CachesInDB
DROP INDEX `unique_cache_index`;

ALTER TABLE CachesInDB
ADD UNIQUE `unique_cache_index`(`name`(250), `domain`(50), `ishttps`, `user_location`(50), `loggedType`);

Expand Down

0 comments on commit 66d7e05

Please sign in to comment.