mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +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`);
|