Browse Source

fix(nocodb): add missing nextMonth sub op

pull/5222/head
Wing-Kam Wong 2 years ago
parent
commit
b0c3c7734e
  1. 2
      packages/nocodb/src/schema/swagger.json

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

Loading…
Cancel
Save