Skip to content

Commit

Permalink
Fix missed in rename
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph committed Sep 6, 2023
1 parent 775c7ff commit 5608f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/lib/models/assistant/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ AgentConfiguration.init(
// Note that on PostgreSQL a unique constraint on multiple columns will treat NULL
// as distinct from any other value, so we can create twice the same name if at least
// one of the workspaceId is null. We're okay with it.
{ fields: ["workspaceId", "name", "isGlobal"], unique: true },
{ fields: ["workspaceId", "name", "scope"], unique: true },
{ fields: ["sId"], unique: true },
],
hooks: {
Expand Down

0 comments on commit 5608f6c

Please sign in to comment.