1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00
budibase/packages/builder
melohagan ee0f0abad2
Fix/rename mysql column (#13186)
* Rebuild table schema when adding new column to get externalType

* Added MySQL integration test suite

* Add test for emitting datasource on save new column

* Update packages/server/src/integration-test/mysql.spec.ts

Co-authored-by: Sam Rose <hello@samwho.dev>

* remove duplicate tests

* Use UUID

* update account portal

* Remove _add for internal save

* Internal DB add column unit test

* rename column test

* update modules

* fix tests

---------

Co-authored-by: Sam Rose <hello@samwho.dev>
2024-03-04 15:55:45 +00:00
..
.vscode
assets n8n automation action integration (#12992) 2024-02-15 13:05:03 +00:00
public
src Fix/rename mysql column (#13186) 2024-03-04 15:55:45 +00:00
.gitignore
babel.config.js
CONTRIBUTING.md
index.html
LICENSE.md
nuxt.config.js
package.json Update Svelte Major Version to 4 (#13036) 2024-02-22 13:19:29 +00:00
README.md
routify.config.js
tsconfig.build.json
tsconfig.json
vite.config.js Add some new resolution aliases and simplify long nasty relative import paths 2024-02-05 12:08:45 +00:00
vitest.setup.js

Get Started

yarn install

Vite dev server (port 3000): yarn run dev Build yarn run build