It's not used for 13 years, safe to say it won't be used anytime soon Bug: T199377 Change-Id: Iecf4fb6046699a1758ad2d1dc55a3ee8eb4b0389
6 lines
322 B
SQL
6 lines
322 B
SQL
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
|
|
-- Source: maintenance/abstractSchemaChanges/patch-drop-page_restrictions-pr_user.json
|
|
-- Do not modify this file directly.
|
|
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
|
|
ALTER TABLE /*_*/page_restrictions
|
|
DROP pr_user;
|