Page MenuHomeWickedGov Phorge

patch-translate_messageindex-unique-to-pk.json
No OneTemporary

Size
787 B
Referenced Files
None
Subscribers
None

patch-translate_messageindex-unique-to-pk.json

{
"comment": "Convert unique index to primary key (T312258)",
"before": {
"name": "translate_messageindex",
"columns": [
{
"name": "tmi_key",
"type": "binary",
"options": {
"notnull": true,
"length": 255
}
},
{
"name": "tmi_value",
"type": "binary",
"options": {
"notnull": true,
"length": 255
}
}
],
"pk": [],
"indexes": [
{
"name": "tmi_key",
"columns": [
"tmi_key"
],
"unique": true
}
]
},
"after": {
"name": "translate_messageindex",
"columns": [
{
"name": "tmi_key",
"type": "binary",
"options": {
"notnull": true,
"length": 255
}
},
{
"name": "tmi_value",
"type": "binary",
"options": {
"notnull": true,
"length": 255
}
}
],
"pk": [
"tmi_key"
],
"indexes": []
}
}

File Metadata

Mime Type
application/json
Expires
Tue, Aug 18, 15:17 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
06/b4/1849cd548cdefadf1f429136a168
Default Alt Text
patch-translate_messageindex-unique-to-pk.json (787 B)

Event Timeline