c12e5fd196
* Tidy MongoDB aggregation pipeline view * Remove unused code * WIP * Add bindings for bindings drawer * Is not external table if it's a query * Add QueryArrayFetch * Bug fix * JavaScript is the worst * refactor * Add array label to query schema * Remove console log * type fix * Don't include Array in SchemaTypeOptions, but show label * Fix bindings * refactor * Rename isObject to hasSchema * WIP * Typing WIP * Type not Types * Unused import * type fix * Handle json array subtype * Support queryarray datasource type * refactor * yarn lock * update account portal --------- Co-authored-by: Sam Rose <hello@samwho.dev> |
||
---|---|---|
.. | ||
.vscode | ||
__mocks__ | ||
build | ||
scripts | ||
specs | ||
src | ||
.dockerignore | ||
.gitignore | ||
.npmignore | ||
.yarnrc | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
docker_run.sh | ||
jest-testcontainers-config.js | ||
jest.config.ts | ||
nodemon.json | ||
package.json | ||
pm2.config.js | ||
tsconfig.build.json | ||
tsconfig.json |
README.md
Budibase server project
This project contains all the server specific logic required to run a Budibase app
App migrations
A migration system has been created in order to modify existing apps when breaking changes are added. These migrations will run on the app startup (both from the client side or the builder side), blocking the access until they are correctly applied.
Create a new migration
In order to add a new migration:
- Run
yarn add-app-migration [title]
- Write your code on the newly created file