wiki.techinc.nl/maintenance/archives/patch-filearchive-fa_id.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
345 B
MySQL
Raw Normal View History

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