-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: db_patches/abstractSchemaChanges/patch-drop-af_user.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
DROP INDEX af_user ON /*_*/abuse_filter;

ALTER TABLE /*_*/abuse_filter
  DROP af_user,
  DROP af_user_text,
  CHANGE af_actor af_actor BIGINT UNSIGNED NOT NULL;
