Skip to content

Commit

Permalink
fix duplicate gid : null by filling in gid
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonpoo authored and ludomikula committed Oct 11, 2024
1 parent d632bbd commit 4fc650c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public void processDocument(Document document) {
@ChangeSet(order = "025", id = "add-gid-indexes-unique", author = "")
public void addGidIndexesUnique(MongockTemplate mongoTemplate) {
// collections to add gid
String[] collectionNames = {"group", "organization"};
String[] collectionNames = {"group", "organization", "application", "bundle", "datasource", "libraryQuery", "folder"};

// Get the list of existing collections
Set<String> existingCollections = mongoTemplate.getCollectionNames();
Expand Down

0 comments on commit 4fc650c

Please sign in to comment.