diff --git a/modules/database/src/adapters/mongoose-adapter/index.ts b/modules/database/src/adapters/mongoose-adapter/index.ts index ff31f13dc..e41cc69c9 100644 --- a/modules/database/src/adapters/mongoose-adapter/index.ts +++ b/modules/database/src/adapters/mongoose-adapter/index.ts @@ -371,7 +371,7 @@ export class MongooseAdapter extends DatabaseAdapter { } async syncSchema(name: string) { - throw new GrpcError(status.UNIMPLEMENTED, 'Cannot sync module schema in Mongoose'); + return; } private checkIndexes(