This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ab6d51624c
budibase
/
packages
/
server
/
src
/
db
History
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
..
defaultData
Moving things around so that DEFAULT_BB_DATASOURCE_ID can be imported without cyclics occurring.
2023-10-31 17:52:39 +00:00
linkedRows
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
tests
Lint fix
2023-11-20 15:36:55 +01:00
views
eslint import/newline-after-import
2023-11-20 21:52:29 +01:00
dynamoClient.ts
Import lodash modules
2023-07-28 17:11:48 +02:00
inMemoryView.ts
eslint import/newline-after-import
2023-11-20 21:52:29 +01:00
index.ts
Updating worker db config to have replication available (for audit logs).
2023-02-21 17:22:23 +00:00
newid.ts
Replace ts-jest with swc/jest (
#9289
)
2023-01-11 09:37:37 +00:00
utils.ts
eslint import/newline-after-import
2023-11-20 21:52:29 +01:00