Edit File by line
/home/zeestwma/ceyloniy.../wp-conte.../plugins/litespee.../src/data_str...
File: url_file.sql
`id` bigint(20) NOT NULL AUTO_INCREMENT,
[0] Fix | Delete
`url_id` bigint(20) NOT NULL,
[1] Fix | Delete
`vary` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
[2] Fix | Delete
`filename` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
[3] Fix | Delete
`type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
[4] Fix | Delete
`mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
[5] Fix | Delete
`webp` tinyint(4) NOT NULL COMMENT 'webp=1',
[6] Fix | Delete
`expired` int(11) NOT NULL DEFAULT 0,
[7] Fix | Delete
PRIMARY KEY (`id`),
[8] Fix | Delete
KEY `filename` (`filename`),
[9] Fix | Delete
KEY `type` (`type`),
[10] Fix | Delete
KEY `url_id_2` (`url_id`,`vary`,`type`),
[11] Fix | Delete
KEY `filename_2` (`filename`,`expired`),
[12] Fix | Delete
KEY `url_id` (`url_id`,`expired`)
[13] Fix | Delete
[14] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function