budibase/packages/server
mike12345567 b86640772b Fix for saving relationships that have the same field name used on both sides, previously this could cause a relationship to be cleared depending on how the relationship schema was configured. There is a chance when saving that this won't happen as which side of the relationship is denoted by doc1 and doc2 is random, so when this happens is random. Using the table to pick the correct side is safer than just using the field name. 2023-11-29 18:45:48 +00:00
..
.vscode
__mocks__ eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
build
scripts Fixing export. 2023-10-26 18:34:21 +01:00
specs eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
src Fix for saving relationships that have the same field name used on both sides, previously this could cause a relationship to be cleared depending on how the relationship schema was configured. There is a chance when saving that this won't happen as which side of the relationship is denoted by doc1 and doc2 is random, so when this happens is random. Using the table to pick the correct side is safer than just using the field name. 2023-11-29 18:45:48 +00:00
.dockerignore
.gitignore
.npmignore
.yarnrc
CODEOWNERS Capitalise @Budibase. 2023-11-29 09:22:47 +00:00
Dockerfile Rename Dockerfile.v2 to Dockerfile 2023-11-24 13:02:14 +01:00
LICENSE
babel.config.js
docker_run.sh
jest-testcontainers-config.js
jest.config.ts Revert "Revert "Merge branch 'develop' into master"" 2023-09-05 12:28:56 +01:00
nodemon.json
package.json Clean scripts 2023-10-30 14:38:26 +01:00
pm2.config.js
tsconfig.build.json Update tsconfig 2023-11-24 12:57:09 +01:00
tsconfig.json