fix: [db_schema] Missing index for feeds.orgc_id

pull/6296/head
Jakub Onderka 2020-09-07 22:05:17 +02:00
parent e7a18e6f4c
commit 614bfdf68f
1 changed files with 3 additions and 2 deletions

View File

@ -6879,7 +6879,8 @@
},
"feeds": {
"id": true,
"input_source": false
"input_source": false,
"orgc_id": false
},
"fuzzy_correlate_ssdeep": {
"id": true,
@ -7167,4 +7168,4 @@
}
},
"db_version": "56"
}
}