chg: bumped db_schema.json

pull/5809/head
mokaddem 2020-04-21 10:37:03 +02:00
parent aed771ef4a
commit d2ecdaee53
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 11 additions and 1 deletions

View File

@ -1512,6 +1512,16 @@
"collation_name": null,
"column_type": "tinyint(1)",
"column_default": "0"
},
{
"column_name": "orgc_id",
"is_nullable": "NO",
"data_type": "int",
"character_maximum_length": null,
"numeric_precision": "10",
"collation_name": null,
"column_type": "int(11)",
"column_default": "0"
}
],
"fuzzy_correlate_ssdeep": [
@ -6557,5 +6567,5 @@
"id"
]
},
"db_version": "50"
"db_version": "51"
}