Skip to content

Commit 6abddc3

Browse files
authored
Fix Memory Migrations (#414)
Fix #412
1 parent b27aec6 commit 6abddc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/CrestApps.OrchardCore.AI.Memory/Migrations/AIMemoryEntryMigrations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ await SchemaBuilder.AlterIndexTableAsync<AIMemoryEntryIndex>(table => table
4444
collection: MemoryConstants.CollectionName
4545
);
4646

47-
return 1;
47+
return 2;
4848
}
4949

5050
public async Task<int> UpdateFrom1Async()

0 commit comments

Comments
 (0)