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)",