mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 01:55:59 +00:00
sql generator - basic concept
This commit is contained in:
@@ -198,11 +198,8 @@ registerCommand({
|
||||
testEnabled: () => getCurrentDatabase() != null,
|
||||
onClick: () =>
|
||||
showModal(SqlGeneratorModal, {
|
||||
importToArchive: true,
|
||||
initialValues: {
|
||||
conid: getCurrentDatabase()?.connection?._id,
|
||||
database: getCurrentDatabase()?.name,
|
||||
},
|
||||
conid: getCurrentDatabase()?.connection?._id,
|
||||
database: getCurrentDatabase()?.name,
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user