diff --git a/db_schema.json b/db_schema.json index 0b46109b1..8d2a6da54 100644 --- a/db_schema.json +++ b/db_schema.json @@ -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" } \ No newline at end of file