Skip to content

Commit f2e01ec

Browse files
#RI-4053 - add provider field in database list
1 parent 33480b8 commit f2e01ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/modules/database/repositories/local.database.repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class LocalDatabaseRepository extends DatabaseRepository {
6868
.createQueryBuilder('d')
6969
.select([
7070
'd.id', 'd.name', 'd.host', 'd.port', 'd.db', 'd.new',
71-
'd.connectionType', 'd.modules', 'd.lastConnection',
71+
'd.connectionType', 'd.modules', 'd.lastConnection', 'd.provider',
7272
])
7373
.getMany();
7474

0 commit comments

Comments
 (0)