chg: [db_schema] Attribute and object UUID should have unique index

pull/6168/head
mokaddem 2020-09-03 11:39:55 +02:00
parent 13a1d36d5c
commit c6f7779f3e
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 2 additions and 2 deletions

View File

@ -6783,7 +6783,7 @@
},
"attributes": {
"id": true,
"uuid": false,
"uuid": true,
"event_id": false,
"sharing_group_id": false,
"type": false,
@ -6955,7 +6955,7 @@
"template_version": false,
"meta-category": false,
"event_id": false,
"uuid": false,
"uuid": true,
"timestamp": false,
"distribution": false,
"sharing_group_id": false,