diff options
Diffstat (limited to 'sql/mysql/patch-filearchive-fa_id.sql')
-rw-r--r-- | sql/mysql/patch-filearchive-fa_id.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/mysql/patch-filearchive-fa_id.sql b/sql/mysql/patch-filearchive-fa_id.sql index 2a651cfed072..89d2a65cf404 100644 --- a/sql/mysql/patch-filearchive-fa_id.sql +++ b/sql/mysql/patch-filearchive-fa_id.sql @@ -1,6 +1,6 @@ -- This file is automatically generated using maintenance/generateSchemaChangeSql.php. --- Source: maintenance/abstractSchemaChanges/patch-filearchive-fa_id.json +-- Source: sql/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;
\ No newline at end of file +ALTER TABLE /*_*/filearchive + CHANGE fa_id fa_id INT UNSIGNED AUTO_INCREMENT NOT NULL; |