| Current Path : /var/www/html/mediawiki-1.43.1/extensions/CheckUser/schema/mysql/ |
| Current File : /var/www/html/mediawiki-1.43.1/extensions/CheckUser/schema/mysql/patch-cu_log-add-cul_result_id.sql |
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php. -- Source: extensions/CheckUser/schema/abstractSchemaChanges/patch-cu_log-add-cul_result_id.json -- Do not modify this file directly. -- See https://www.mediawiki.org/wiki/Manual:Schema_changes ALTER TABLE /*_*/cu_log ADD cul_result_id BIGINT UNSIGNED DEFAULT 0 NOT NULL, ADD cul_result_plaintext_id BIGINT UNSIGNED DEFAULT 0 NOT NULL;