summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2022-01-03 08:18:59 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2022-01-03 08:18:59 +0000
commita000e7e4ce2bcb6a59a8abf2797a11770ef611f7 (patch)
tree17c4320b61dd48074dfde617a8c054e50159456a
parentad33ac6428b8964df83aafe87a187ff68d9f0353 (diff)
parent57beb76a80d6b554f0a960a31137a19278c3e907 (diff)
Merge "abstract schema: Remove unsigned: false from integer types"
-rw-r--r--maintenance/tables.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/maintenance/tables.json b/maintenance/tables.json
index 97b6fa490876..eb041340fcc1 100644
--- a/maintenance/tables.json
+++ b/maintenance/tables.json
@@ -711,17 +711,17 @@
{
"name": "cat_pages",
"type": "integer",
- "options": { "notnull": true, "unsigned": false, "default": 0 }
+ "options": { "notnull": true, "default": 0 }
},
{
"name": "cat_subcats",
"type": "integer",
- "options": { "notnull": true, "unsigned": false, "default": 0 }
+ "options": { "notnull": true, "default": 0 }
},
{
"name": "cat_files",
"type": "integer",
- "options": { "notnull": true, "unsigned": false, "default": 0 }
+ "options": { "notnull": true, "default": 0 }
}
],
"indexes": [
@@ -809,7 +809,7 @@
"name": "ir_ipb_id",
"comment": "The ipb_id from ipblocks",
"type": "integer",
- "options": { "unsigned": false, "notnull": true }
+ "options": { "notnull": true }
},
{
"name": "ir_type",
@@ -821,7 +821,7 @@
"name": "ir_value",
"comment": "The restriction id that corresponds to the type. Typically a Page ID or a Namespace ID.",
"type": "integer",
- "options": { "unsigned": false, "notnull": true }
+ "options": { "notnull": true }
}
],
"indexes": [
@@ -853,7 +853,7 @@
{
"name": "qc_namespace",
"type": "integer",
- "options": { "notnull": true, "unsigned": false, "default": 0 }
+ "options": { "notnull": true, "default": 0 }
},
{
"name": "qc_title",
@@ -885,7 +885,7 @@
{
"name": "qcc_namespace",
"type": "integer",
- "options": { "notnull": true, "unsigned": false, "default": 0 }
+ "options": { "notnull": true, "default": 0 }
},
{
"name": "qcc_title",
@@ -895,7 +895,7 @@
{
"name": "qcc_namespacetwo",
"type": "integer",
- "options": { "notnull": true, "unsigned": false, "default": 0 }
+ "options": { "notnull": true, "default": 0 }
},
{
"name": "qcc_titletwo",
@@ -1034,7 +1034,7 @@
{
"name": "wl_namespace",
"type": "integer",
- "options": { "notnull": true, "unsigned": false, "default": 0 }
+ "options": { "notnull": true, "default": 0 }
},
{
"name": "wl_title",
@@ -1410,7 +1410,7 @@
{
"name": "pp_page",
"type": "integer",
- "options": { "unsigned": false, "notnull": true }
+ "options": { "notnull": true }
},
{
"name": "pp_propname",