-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: schema/abstractSchemaChanges/patch-cu_changes-add-index-cuc_actor_ip_hex_time.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
CREATE INDEX cuc_actor_ip_hex_time ON /*_*/cu_changes (
  cuc_actor, cuc_ip_hex, cuc_timestamp
);
