select all users for gms migration-transfer independent of still

gms-registered or not
This commit is contained in:
clauspeterhuebner 2024-11-20 00:55:52 +01:00
parent 00f2be3df3
commit ceceef719c

View File

@ -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)