feat: update ApiTokenGuard to always allow access, add updateDatabase method to ProjectService, enhance QueryExecuterService with job options, integrate QueueModule in QueryModule, apply ApiTokenGuard to RedisManagerController, refactor Plugin class to include methods, implement new methods in RedisPlugin, and remove unused async.js module
This commit is contained in:
@ -124,6 +124,8 @@ export class DatabaseManagerService extends DatabaseEncryptionService {
|
||||
project,
|
||||
});
|
||||
|
||||
await this.projectService.updateDatabase(project.id, database.id);
|
||||
|
||||
return await this.databaseRepository.save(database);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user