When i update database, every field is updated except
HTML Code:
ALTER TABLE `tl_files` DROP INDEX `path`, ADD KEY `path` (`path`)
is there any way to fix this. I saw this problem on contao forum but I couldn't find a solution. Someone know how to fix this?