mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
2 lines
117 B
SQL
2 lines
117 B
SQL
ALTER TABLE CachesInDB
|
|
ADD UNIQUE `unique_cache_index`(`name`, `domain`, `ishttps`, `user_location`, `loggedType`);
|