mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
select all users for gms migration-transfer independent of still
gms-registered or not
This commit is contained in:
parent
00f2be3df3
commit
ceceef719c
@ -59,8 +59,8 @@ const run = async () => {
|
||||
const userIds = await DbUser.createQueryBuilder()
|
||||
.select('id')
|
||||
.where({ foreign: false })
|
||||
.andWhere('deleted_at is null')
|
||||
.andWhere({ gmsRegistered: false })
|
||||
// .andWhere('deleted_at is null')
|
||||
// .andWhere({ gmsRegistered: false })
|
||||
.getRawMany()
|
||||
logger.debug('userIds:', userIds)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user