mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-20 20:15:16 +03:00
Fix default metadata
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9801 GitOrigin-RevId: 54b8136df4800aea583f1ae11ccadbdac4f226d0
This commit is contained in:
parent
a16c3e72e1
commit
70ab0ec85b
3
.gitignore
vendored
3
.gitignore
vendored
@ -56,6 +56,7 @@ server/CURRENT_VERSION
|
||||
|
||||
# ignored to prevent accidental unzips of the .gz version from being committed
|
||||
Chinook.xml
|
||||
chinook.db
|
||||
|
||||
# log output from tests-hspec runs
|
||||
tests-hspec.log
|
||||
@ -69,3 +70,5 @@ node_modules
|
||||
# ticky profiles, e.g. from dev.sh --prof-ticky
|
||||
*.ticky
|
||||
*.ticky.modules
|
||||
|
||||
yarn-error.log
|
||||
|
@ -4,7 +4,7 @@
|
||||
"version": 3,
|
||||
"sources": [
|
||||
{
|
||||
"name": "bigquery",
|
||||
"name": "aBigQuery",
|
||||
"kind": "bigquery",
|
||||
"tables": [],
|
||||
"configuration": {
|
||||
@ -19,7 +19,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mysql",
|
||||
"name": "aMysql",
|
||||
"kind": "mysql8",
|
||||
"tables": [],
|
||||
"configuration": {
|
||||
@ -37,7 +37,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "postgres",
|
||||
"name": "aPostgres",
|
||||
"kind": "postgres",
|
||||
"tables": [],
|
||||
"configuration": {
|
||||
@ -54,7 +54,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sqlite",
|
||||
"name": "aSqlite",
|
||||
"kind": "sqlite",
|
||||
"tables": [],
|
||||
"configuration": {
|
||||
@ -74,7 +74,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mssql",
|
||||
"name": "aMSSql",
|
||||
"kind": "mssql",
|
||||
"tables": [],
|
||||
"configuration": {
|
||||
|
Loading…
Reference in New Issue
Block a user