1
0
Fork 0
mirror of synced 2024-09-17 09:49:11 +12:00
budibase/packages/server/src
2023-11-30 15:09:01 +00:00
..
api Fixes for postgres test case, there was an issue with creating tables with relationships during the creation phase. 2023-11-30 15:09:01 +00:00
automations
constants
db 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
definitions
events
integration-test Fixes for postgres test case, there was an issue with creating tables with relationships during the creation phase. 2023-11-30 15:09:01 +00:00
integrations
middleware Add new permission type for creators, update app creation endpoint to allow creators and assign access to new apps 2023-11-23 16:22:16 +00:00
migrations
sdk Fixes for postgres test case, there was an issue with creating tables with relationships during the creation phase. 2023-11-30 15:09:01 +00:00
tests
threads
utilities Allow null strings (#12298) 2023-11-23 09:53:35 +00:00
websockets
app.ts
ddApm.ts
environment.ts Merge branch 'master' into master 2023-11-22 14:30:34 +00:00
features.ts
index.ts
koa.ts
startup.ts Merge branch 'master' into master 2023-11-22 14:30:34 +00:00
watch.ts