chg: [db_schema] Bumped to include periodic notifications

pull/8575/head
Sami Mokaddem 2022-09-01 09:59:15 +02:00
parent 7b504fd133
commit 90781db8e9
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 34 additions and 1 deletions

View File

@ -8179,6 +8179,39 @@
"column_type": "int(11)",
"column_default": "0",
"extra": ""
},
{
"column_name": "notification_daily",
"is_nullable": "NO",
"data_type": "tinyint",
"character_maximum_length": null,
"numeric_precision": "3",
"collation_name": null,
"column_type": "tinyint(1)",
"column_default": "0",
"extra": ""
},
{
"column_name": "notification_weekly",
"is_nullable": "NO",
"data_type": "tinyint",
"character_maximum_length": null,
"numeric_precision": "3",
"collation_name": null,
"column_type": "tinyint(1)",
"column_default": "0",
"extra": ""
},
{
"column_name": "notification_monthly",
"is_nullable": "NO",
"data_type": "tinyint",
"character_maximum_length": null,
"numeric_precision": "3",
"collation_name": null,
"column_type": "tinyint(1)",
"column_default": "0",
"extra": ""
}
],
"user_settings": [
@ -9106,4 +9139,4 @@
}
},
"db_version": "94"
}
}