diff --git a/db_schema.json b/db_schema.json index e720ef18c..e2c975312 100644 --- a/db_schema.json +++ b/db_schema.json @@ -3206,6 +3206,17 @@ "column_type": "int(11)", "column_default": "0", "extra": "" + }, + { + "column_name": "tag_collection_id", + "is_nullable": "NO", + "data_type": "int", + "character_maximum_length": null, + "numeric_precision": "10", + "collation_name": null, + "column_type": "int(11)", + "column_default": "0", + "extra": "" } ], "fuzzy_correlate_ssdeep": [ @@ -10603,5 +10614,5 @@ "uuid": false } }, - "db_version": "124" + "db_version": "125" } \ No newline at end of file