Manual:Updatelog table/ru
Jump to navigation
Jump to search
Outdated translations are marked like this.
↑ Manual:Содержание | MediaWiki database layout | updatelog table |
Версия MediaWiki: | ≥ 1.13 |
Таблица для регистрации обновлений MediaWiki, одна строка текстового ключа для каждого исполняемого сценария обновления.
Поля
ul_key
Pointer to a maintenance script, which was executed during a MediaWiki update. For update.php entries are formatted like updatelist-1.22.3-1393593680. Pointer to the maintenance script, MediaWiki version and timestamp in UNIX time.
ul_value
Версия MediaWiki: | ≥ 1.17 |
Serialized data of the logged action; not present for old entries (pre 1.17).
Schema summary
Версия MediaWiki: | ≥ 1.17 |
DESCRIBE updatelog;
+----------+----------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------+----------------+------+-----+---------+-------+ | ul_key | varbinary(255) | NO | PRI | NULL | | | ul_value | blob | YES | | NULL | | +----------+----------------+------+-----+---------+-------+
Версии MediaWiki: | 1.13 – 1.16 |
DESCRIBE updatelog;
+--------+----------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------+----------------+------+-----+---------+-------+ | ul_key | varbinary(255) | NO | PRI | NULL | | +--------+----------------+------+-----+---------+-------+