7 lines
322 B
MySQL
7 lines
322 B
MySQL
|
|
-- 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;
|