-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: db_patches/abstractSchemaChanges/patch-remove-default-afl_ip_hex.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER TABLE abuse_filter_log
  ALTER afl_ip_hex
  DROP DEFAULT;
