removed experimental status of deploy

This commit is contained in:
SPRINX0\prochazka
2024-11-08 12:56:01 +01:00
parent 319580554f
commit 14afd08fcb

View File

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