HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/f/r/e/frenchy/www/_trash/wp-content/plugins/wordpress-seo/lib/migrations/constants.php
<?php

namespace Yoast\WP\Lib\Migrations;

/**
 * Yoast migrations constants class.
 */
class Constants {
	const MYSQL_MAX_IDENTIFIER_LENGTH = 64;
	const SQL_UNKNOWN_QUERY_TYPE      = 1;
	const SQL_SELECT                  = 2;
	const SQL_INSERT                  = 4;
	const SQL_UPDATE                  = 8;
	const SQL_DELETE                  = 16;
	const SQL_ALTER                   = 32;
	const SQL_DROP                    = 64;
	const SQL_CREATE                  = 128;
	const SQL_SHOW                    = 256;
	const SQL_RENAME                  = 512;
	const SQL_SET                     = 1024;
}