From 90781db8e9c378b5fd33c5171c8cbe35d87266bb Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Thu, 1 Sep 2022 09:59:15 +0200 Subject: [PATCH] chg: [db_schema] Bumped to include periodic notifications --- db_schema.json | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/db_schema.json b/db_schema.json index 0df1b959a..07bf4acd9 100644 --- a/db_schema.json +++ b/db_schema.json @@ -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" -} \ No newline at end of file +}