From b0c3c7734ee449ea46c10a1a10263d3522af517b Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Thu, 2 Mar 2023 23:27:24 +0800 Subject: [PATCH] fix(nocodb): add missing nextMonth sub op --- packages/nocodb/src/schema/swagger.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/nocodb/src/schema/swagger.json b/packages/nocodb/src/schema/swagger.json index e665146369..9ce4597b96 100644 --- a/packages/nocodb/src/schema/swagger.json +++ b/packages/nocodb/src/schema/swagger.json @@ -8740,6 +8740,7 @@ "pastMonth", "pastYear", "nextWeek", + "nextMonth", "nextYear", "pastNumberOfDays", "nextNumberOfDays", @@ -8868,6 +8869,7 @@ "pastMonth", "pastYear", "nextWeek", + "nextMonth", "nextYear", "pastNumberOfDays", "nextNumberOfDays",