mirror of
https://github.com/langgenius/dify.git
synced 2026-09-05 00:31:19 +08:00
test(knowledge-fs): account for quality replay migration
This commit is contained in:
parent
66e3ae951f
commit
a8ff128ca4
@ -137,6 +137,8 @@ describe("runApiDatabaseMigrations", () => {
|
||||
"insert",
|
||||
"schema",
|
||||
"insert",
|
||||
"schema",
|
||||
"insert",
|
||||
]);
|
||||
expect(migrationSql).toHaveLength(expectedPostgresMigrationIds.length);
|
||||
expect(migrationSql[2]).toContain("-- Migration id: 0003_projection_set_publications\n");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user