| MediaWiki version: |
≥ 1.17 |
- msg_resource_links table is for administering which message is contained in which resource.
[edit] Fields
- mrl_resource
- ??
- mrl_message
- ??
[edit] Versions
mysql> DESCRIBE mw_msg_resource_links;
+--------------+----------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+--------------+----------------+------+-----+---------+-------+
| mrl_resource | varbinary(255) | NO | PRI | NULL | |
| mrl_message | varbinary(255) | NO | PRI | NULL | |
+--------------+----------------+------+-----+---------+-------+
2 rows in set (0,00 sec)