Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/wordpres.../lib/migratio...
File: constants.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace Yoast\WP\Lib\Migrations;
[2] Fix | Delete
[3] Fix | Delete
/**
[4] Fix | Delete
* Yoast migrations constants class.
[5] Fix | Delete
*/
[6] Fix | Delete
class Constants {
[7] Fix | Delete
[8] Fix | Delete
const MYSQL_MAX_IDENTIFIER_LENGTH = 64;
[9] Fix | Delete
const SQL_UNKNOWN_QUERY_TYPE = 1;
[10] Fix | Delete
const SQL_SELECT = 2;
[11] Fix | Delete
const SQL_INSERT = 4;
[12] Fix | Delete
const SQL_UPDATE = 8;
[13] Fix | Delete
const SQL_DELETE = 16;
[14] Fix | Delete
const SQL_ALTER = 32;
[15] Fix | Delete
const SQL_DROP = 64;
[16] Fix | Delete
const SQL_CREATE = 128;
[17] Fix | Delete
const SQL_SHOW = 256;
[18] Fix | Delete
const SQL_RENAME = 512;
[19] Fix | Delete
const SQL_SET = 1024;
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function