Please confirm that the bug report does not already exist
Steps to reproduce
When I run pnpm start:backend on develop branch, checking was performed first. And when the check went to ./packages/nocodb/src/meta/migrations/v2/nc_092_composite_pk.ts, it threw an error:
And later I checked the file mentioned, finding out nothing called BaseVersion in ~/utils/globals
Desired Behavior
I'm not sure about what does this part do in the project. But apparently the BaseVersion is absent. So maybe it should be added or do anything else.
Project Details
Platform: Ubuntu 24.04
Docker: false
Attachments
No response