diff options
Diffstat (limited to 'sql/mysql/patch-oldimage-oi_timestamp.sql')
-rw-r--r-- | sql/mysql/patch-oldimage-oi_timestamp.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/mysql/patch-oldimage-oi_timestamp.sql b/sql/mysql/patch-oldimage-oi_timestamp.sql new file mode 100644 index 000000000000..d7b20fb086dd --- /dev/null +++ b/sql/mysql/patch-oldimage-oi_timestamp.sql @@ -0,0 +1,5 @@ +-- This file is automatically generated using maintenance/generateSchemaChangeSql.php. +-- Source: maintenance/abstractSchemaChanges/patch-oldimage-oi_timestamp.json +-- Do not modify this file directly. +-- See https://www.mediawiki.org/wiki/Manual:Schema_changes +CREATE INDEX oi_timestamp ON /*_*/oldimage (oi_timestamp);
\ No newline at end of file |