chg: [db_schema] Updated schema

pull/7045/head
mokaddem 2021-06-03 11:16:22 +02:00
parent ac68b7ae6e
commit 92672eacc4
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 12 additions and 1 deletions

View File

@ -2460,6 +2460,17 @@
"column_default": "misp",
"extra": ""
},
{
"column_name": "enabled",
"is_nullable": "NO",
"data_type": "tinyint",
"character_maximum_length": null,
"numeric_precision": "3",
"collation_name": null,
"column_type": "tinyint(1)",
"column_default": "1",
"extra": ""
},
{
"column_name": "kill_chain_order",
"is_nullable": "YES",
@ -8158,5 +8169,5 @@
"id": true
}
},
"db_version": "69"
"db_version": "70"
}