deploy features marked as experimental

This commit is contained in:
Jan Prochazka
2021-11-14 09:44:32 +01:00
parent bb9eacf38e
commit 029e451918
3 changed files with 4 additions and 4 deletions

View File

@@ -104,8 +104,8 @@ await dbgateApi.deployDb(${JSON.stringify(
data.name != 'default' && { text: 'Rename', onClick: handleRename },
data.name != 'default' &&
$currentDatabase && [
{ text: 'Generate deploy DB SQL', onClick: handleGenerateDeploySql },
{ text: 'Shell: Deploy DB', onClick: handleGenerateDeployScript },
{ text: 'Generate deploy DB SQL - experimental', onClick: handleGenerateDeploySql },
{ text: 'Shell: Deploy DB - experimental', onClick: handleGenerateDeployScript },
],
data.name != 'default' &&