aboutsummaryrefslogtreecommitdiffstats
path: root/sql/tables.json
diff options
context:
space:
mode:
authorHannah Okwelum <hokwelum@wikimedia.org>2025-02-06 09:38:52 +0000
committerKrinkle <krinkle@fastmail.com>2025-02-13 01:55:18 +0000
commit4e456415b62a6bcb1ab54a36fe26e8af3a55478f (patch)
treea37c957dc644f6774b98f21887ebff95796640d8 /sql/tables.json
parent1f845afa8a3bbb21fda78d02a83addfe511e9063 (diff)
downloadmediawikicore-4e456415b62a6bcb1ab54a36fe26e8af3a55478f.tar.gz
mediawikicore-4e456415b62a6bcb1ab54a36fe26e8af3a55478f.zip
ResourceLoader: Remove module_deps table
No longer used. see T343492 Bug: T379661 Change-Id: I6b3d51995452f77b5da86b0cf32a23b12c7c669c
Diffstat (limited to 'sql/tables.json')
-rw-r--r--sql/tables.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/sql/tables.json b/sql/tables.json
index 6fffd0bccc03..e8c5d1e4f54d 100644
--- a/sql/tables.json
+++ b/sql/tables.json
@@ -434,32 +434,6 @@
"pk": [ "lc_lang", "lc_key" ]
},
{
- "name": "module_deps",
- "comment": "Table caching which local files a module depends on that aren't registered directly, used for fast retrieval of file dependency. Currently only used for tracking images that CSS depends on",
- "columns": [
- {
- "name": "md_module",
- "comment": "Module name",
- "type": "binary",
- "options": { "notnull": true, "length": 255 }
- },
- {
- "name": "md_skin",
- "comment": "Module context vary (includes skin and language; called \"md_skin\" for legacy reasons)",
- "type": "binary",
- "options": { "notnull": true, "length": 32 }
- },
- {
- "name": "md_deps",
- "comment": "JSON blob with file dependencies",
- "type": "blob",
- "options": { "notnull": true, "length": 16777215 }
- }
- ],
- "indexes": [],
- "pk": [ "md_module", "md_skin" ]
- },
- {
"name": "redirect",
"comment": "For each redirect, this table contains exactly one row defining its target.\nRedirect targets are key to page_namespace/page_title of the target page.\nThe target page may or may not exist, and due to renames\nand deletions may refer to different page records as time\ngoes by.",
"columns": [