console: enabled cockroachdb as beta

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6565
GitOrigin-RevId: 615fd753618e87662456d68c3006c79abaa210e8
This commit is contained in:
Erik Magnusson 2022-10-28 07:19:52 +02:00 committed by hasura-bot
parent 87bcdb97c7
commit b19f41280b

View File

@ -17,7 +17,7 @@ export const cockroach: Database = {
getDriverInfo: async () => ({
name: 'cockroach',
displayName: 'CockroachDB',
release: 'disabled',
release: 'Beta',
}),
getDatabaseConfiguration: async () => {
return Feature.NotImplemented;