From e0a049608e2ac46b1d26e1eecd7e6967fb4f77e6 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Thu, 9 Feb 2023 19:09:55 +0100 Subject: [PATCH] report bugfix missing data column ftp_passive --- upgrade/data/db_schema.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/upgrade/data/db_schema.json b/upgrade/data/db_schema.json index 477a9084..e0cec920 100644 --- a/upgrade/data/db_schema.json +++ b/upgrade/data/db_schema.json @@ -84857,6 +84857,17 @@ "Privileges": "select,insert,update,references", "Comment": "" }, + { + "Field": "ftp_passive", + "Type": "int(1)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, { "Field": "email_active", "Type": "tinyint(4)",