1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Merge pull request #1003 from Budibase/fix/postgres-schema

Fix postgres integration schema credentials
This commit is contained in:
Andrew Kingston 2021-01-20 13:34:20 +00:00 committed by GitHub
commit 61b69bbc30

View file

@ -18,7 +18,7 @@ const SCHEMA = {
default: "postgres", default: "postgres",
required: true, required: true,
}, },
username: { user: {
type: "string", type: "string",
default: "root", default: "root",
required: true, required: true,