mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 15:13:57 +00:00
removed experimental status of deploy
This commit is contained in:
@@ -135,8 +135,8 @@ await dbgateApi.deployDb(${JSON.stringify(
|
|||||||
data.name != 'default' &&
|
data.name != 'default' &&
|
||||||
$currentDatabase && [
|
$currentDatabase && [
|
||||||
{ text: 'Data duplicator', onClick: handleOpenDuplicatorTab },
|
{ text: 'Data duplicator', onClick: handleOpenDuplicatorTab },
|
||||||
{ text: 'Generate deploy DB SQL - experimental', onClick: handleGenerateDeploySql },
|
{ text: 'Generate deploy DB SQL', onClick: handleGenerateDeploySql },
|
||||||
{ text: 'Shell: Deploy DB - experimental', onClick: handleGenerateDeployScript },
|
{ text: 'Shell: Deploy DB', onClick: handleGenerateDeployScript },
|
||||||
],
|
],
|
||||||
|
|
||||||
data.name != 'default' &&
|
data.name != 'default' &&
|
||||||
|
|||||||
Reference in New Issue
Block a user