mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
🔧 fix: Remove Unique Index from Actions Model and Initialize Empty Actions for Deletion (#2118)
This commit is contained in:
parent
a8cdd3460c
commit
89f6b35e6c
2 changed files with 1 additions and 2 deletions
|
|
@ -45,7 +45,6 @@ const actionSchema = new Schema({
|
|||
auth: AuthSchema,
|
||||
domain: {
|
||||
type: String,
|
||||
unique: true,
|
||||
required: true,
|
||||
},
|
||||
// json_schema: Schema.Types.Mixed,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue