Skip to content

Commit aa137d5

Browse files
committed
fix: fix typo in structuralID of updateArangoSearch migration
1 parent 722fe50 commit aa137d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database/arangodb/schema-migration/migrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export class UpdateArangoSearchViewMigration {
172172
}
173173

174174
get id() {
175-
return `update ArangoSearch/${this.viewName}`;
175+
return `updateArangoSearch/${this.viewName}`;
176176
}
177177

178178
get isMandatory() {

0 commit comments

Comments
 (0)