chore(cpa): remove beta from vercel pg and sqlite
This commit is contained in:
@@ -24,12 +24,12 @@ const dbChoiceRecord: Record<DbType, DbChoice> = {
|
||||
sqlite: {
|
||||
dbConnectionPrefix: 'file:./',
|
||||
dbConnectionSuffix: '.db',
|
||||
title: 'SQLite (beta)',
|
||||
title: 'SQLite',
|
||||
value: 'sqlite',
|
||||
},
|
||||
'vercel-postgres': {
|
||||
dbConnectionPrefix: 'postgres://postgres:<password>@127.0.0.1:5432/',
|
||||
title: 'Vercel Postgres (beta)',
|
||||
title: 'Vercel Postgres',
|
||||
value: 'vercel-postgres',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user