From 7f3db27667363cf64297be84ddb53548d908f0e4 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Thu, 18 Apr 2024 09:25:08 +0200 Subject: [PATCH] chg: [db_schema] Bumped version --- db_schema.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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