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 7cfa1a0b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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