6 lines
345 B
SQL
6 lines
345 B
SQL
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
|
|
-- Source: abstractSchemaChanges/patch-extend-iwlinks-iwl_prefix.json
|
|
-- Do not modify this file directly.
|
|
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
|
|
ALTER TABLE /*_*/iwlinks
|
|
CHANGE iwl_prefix iwl_prefix VARBINARY(32) DEFAULT '' NOT NULL;
|