wiki.techinc.nl/maintenance/archives/patch-page-page_links_updated-noinfinite.sql
Umherirrender 9854946391 schema: Remove allowInfinite from page_links_updated
This timestamp is to track the last refreshlinks run and is always now
or in the past, there is no need to hold the infinite value.

This only affects mysql

Bug: T298317
Change-Id: I16978e076a795258639591a2fbfe353f67d0ec64
2024-07-29 22:48:07 +02:00

6 lines
369 B
SQL

-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-page-page_links_updated-noinfinite.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER TABLE /*_*/page
CHANGE page_links_updated page_links_updated BINARY(14) DEFAULT NULL;