budibase/packages/server
Sam Rose c418ffc8a9
Merge branch 'chore/sqs-always-on' of github.com:budibase/budibase into split-server-tests-out-by-database
2024-11-07 10:16:57 +00:00
..
__mocks__ Merge branch 'master' of github.com:budibase/budibase into test-oracle 2024-08-02 11:20:19 +01:00
build
scripts Merge from master 2024-11-04 10:25:38 +01:00
specs Merge from master 2024-11-04 10:25:38 +01:00
src Merge branch 'chore/sqs-always-on' of github.com:budibase/budibase into split-server-tests-out-by-database 2024-11-07 10:16:57 +00:00
.dockerignore
.gitignore
.npmignore
.yarnrc
Dockerfile Merge from master 2024-11-04 10:25:38 +01:00
LICENSE
README.md
babel.config.js
datasource-sha.env
docker_run.sh Merge develop 2022-09-28 08:56:45 +01:00
jest.config.ts Respond to Mike's feedback. 2024-04-04 15:27:50 +01:00
nodemon.json Merge from master 2024-11-04 10:25:38 +01:00
package.json No longer using the csv package. 2024-10-31 17:23:51 +00:00
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:

  1. Run yarn add-app-migration [title]
  2. Write your code on the newly created file