mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
new collection refactor + mongo drop collection fixed
This commit is contained in:
@@ -67,6 +67,15 @@ const driver = {
|
||||
},
|
||||
],
|
||||
|
||||
newCollectionFormParams: [
|
||||
{
|
||||
type: 'text',
|
||||
label: 'Collection name',
|
||||
name: 'name',
|
||||
focused: true,
|
||||
},
|
||||
],
|
||||
|
||||
getCollectionUpdateScript(changeSet, collectionInfo) {
|
||||
let res = '';
|
||||
for (const insert of changeSet.inserts) {
|
||||
|
||||
Reference in New Issue
Block a user