Add new database fields

This commit is contained in:
Jonas L 2019-06-03 00:00:00 +00:00
parent eeeb27161c
commit 0d86dab5fe
5 changed files with 89 additions and 6 deletions

View file

@ -60,5 +60,6 @@ export const prepareDeviceEntry = ({ familyId, userId, deviceAuthToken, deviceId
highestOverlayPermission: 'not granted',
asEnabled: false,
wasAsEnabled: false,
activityLevelBlocking: false
activityLevelBlocking: false,
isQorLater: false
})