Page MenuHomeWickedGov Phorge

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

Size
836 B
Referenced Files
None
Subscribers
None

patch-cn_notice_projects-unique-to-pk.json

{
"comment": "Convert unique index to primary key (T312272)",
"before": {
"name": "cn_notice_projects",
"columns": [
{
"name": "np_notice_id",
"type": "integer",
"options": {
"notnull": true,
"unsigned": true
}
},
{
"name": "np_project",
"type": "string",
"options": {
"notnull": true,
"length": 32
}
}
],
"indexes": [
{
"name": "np_notice_id_project",
"columns": [
"np_notice_id",
"np_project"
],
"unique": true
}
]
},
"after": {
"name": "cn_notice_projects",
"columns": [
{
"name": "np_notice_id",
"type": "integer",
"options": {
"notnull": true,
"unsigned": true
}
},
{
"name": "np_project",
"type": "string",
"options": {
"notnull": true,
"length": 32
}
}
],
"indexes": [],
"pk": [
"np_notice_id",
"np_project"
]
}
}

File Metadata

Mime Type
application/json
Expires
Wed, Aug 19, 13:50 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
95/f0/982f90e9ccb94b5632a020745fb8
Default Alt Text
patch-cn_notice_projects-unique-to-pk.json (836 B)

Event Timeline