mirror of https://github.com/MISP/MISP
chg: [db_schema] Bumped version
parent
00991bda27
commit
7f3db27667
|
@ -3206,6 +3206,17 @@
|
||||||
"column_type": "int(11)",
|
"column_type": "int(11)",
|
||||||
"column_default": "0",
|
"column_default": "0",
|
||||||
"extra": ""
|
"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": [
|
"fuzzy_correlate_ssdeep": [
|
||||||
|
@ -10603,5 +10614,5 @@
|
||||||
"uuid": false
|
"uuid": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"db_version": "124"
|
"db_version": "125"
|
||||||
}
|
}
|
Loading…
Reference in New Issue