* fix: index

* fix: snapshot error; perf: snapshot diff compare

* perf: init simple edit history
This commit is contained in:
Archer
2024-11-21 16:26:43 +08:00
committed by GitHub
parent 9b2c3b242a
commit 019bf67e2d
11 changed files with 220 additions and 170 deletions

View File

@@ -118,7 +118,7 @@ try {
{
unique: true,
partialFilterExpression: {
externalFileId: { $exists: true }
externalFileId: { $exists: true, $ne: '' }
}
}
);