mirror of https://github.com/stashapp/stash.git
4 lines
107 B
MySQL
4 lines
107 B
MySQL
|
DROP INDEX IF EXISTS `images_path_unique`;
|
||
|
|
||
|
CREATE UNIQUE INDEX `images_path_unique` ON `images` (`path`);
|