Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2021-05-06 13:35:32 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-05-06 13:35:32 +0300
commit82afe3fe577b313ec85025811f4bb3e2a3f97dda (patch)
treef16bcc33e00f73d3dc121d3712a358cc23ca66d5 /src
parenta188c49914f1482a4554dd87e5f9f987196cc684 (diff)
........S. [ZBXNEXT-6465] reverted empty line
Diffstat (limited to 'src')
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_5030.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/zbxdbupgrade/dbupgrade_5030.c b/src/libs/zbxdbupgrade/dbupgrade_5030.c
index d47e3a814a1..6e51f68e727 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_5030.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_5030.c
@@ -4441,6 +4441,7 @@ static int DBpatch_5030142(void)
{
return DBdrop_table("applications");
}
+
static int DBpatch_5030143(void)
{
DB_RESULT result;