mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
Fix: pdf version (#853)
* doc * perf: mongo index * perf: chat item index * fix: packages
This commit is contained in:
@@ -40,7 +40,8 @@ const TeamSchema = new Schema({
|
||||
});
|
||||
|
||||
try {
|
||||
// TeamSchema.index({ createTime: -1 });
|
||||
TeamSchema.index({ name: 1 });
|
||||
TeamSchema.index({ ownerId: 1 });
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user