wiki.techinc.nl/maintenance/archives/patch-page_props-pp_page.sql

6 lines
334 B
MySQL
Raw Normal View History

-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-page_props-pp_page.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER TABLE /*_*/page_props
CHANGE pp_page pp_page INT UNSIGNED NOT NULL;