From 36757db3158f5e28c6f445d70b02ace889887eb0 Mon Sep 17 00:00:00 2001 From: thefosk Date: Mon, 28 Sep 2015 12:43:25 -0700 Subject: [PATCH] Adding missing statement for #571 --- kong/dao/schemas/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kong/dao/schemas/plugins.lua b/kong/dao/schemas/plugins.lua index a90d909d8d55..b292955d4113 100644 --- a/kong/dao/schemas/plugins.lua +++ b/kong/dao/schemas/plugins.lua @@ -41,7 +41,8 @@ return { queryable = true }, config = { type = "table", - schema = load_config_schema }, + schema = load_config_schema, + default = {} }, enabled = { type = "boolean", default = true }