aboutsummaryrefslogtreecommitdiffstats
path: root/sql/mysql/patch-image-img_timestamp.sql
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2024-12-13 14:54:36 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2024-12-13 14:54:36 +0000
commit2d8285583f1866a0b00ec4df8365fb5fc63e0072 (patch)
tree6375b9e4e1001936f3259f7f4674bfbad369b080 /sql/mysql/patch-image-img_timestamp.sql
parenta42ef21f4f2fed3f76214568c4c9b91bd45435e6 (diff)
parent251f4395865f8a33bcf32c6faa11748a14753492 (diff)
downloadmediawikicore-2d8285583f1866a0b00ec4df8365fb5fc63e0072.tar.gz
mediawikicore-2d8285583f1866a0b00ec4df8365fb5fc63e0072.zip
Merge "Move SQL schema and schema changes to new sql/ top-level directory"
Diffstat (limited to 'sql/mysql/patch-image-img_timestamp.sql')
-rw-r--r--sql/mysql/patch-image-img_timestamp.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/mysql/patch-image-img_timestamp.sql b/sql/mysql/patch-image-img_timestamp.sql
new file mode 100644
index 000000000000..8442f50237e9
--- /dev/null
+++ b/sql/mysql/patch-image-img_timestamp.sql
@@ -0,0 +1,2 @@
+ALTER TABLE /*_*/image
+ MODIFY img_timestamp BINARY(14) NOT NULL;