MediaWiki version: |
≥ 1.17 |
- mw_module_deps table is for tracking which local files a module depends on that aren't registered directly.
- Currently only used for tracking images that CSS depends on.
[edit] Fields
- md_module
- ??
- md_skin
- ??
- md_deps
- ??
[edit] Versions
mysql> DESCRIBE mw_module_deps;
+-----------+----------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-----------+----------------+------+-----+---------+-------+
| md_module | varbinary(255) | NO | PRI | NULL | |
| md_skin | varbinary(32) | NO | PRI | NULL | |
| md_deps | mediumblob | NO | | NULL | |
+-----------+----------------+------+-----+---------+-------+
3 rows in set (0,00 sec)