Add database migration for activity level blocking

This commit is contained in:
Jonas L 2019-04-15 00:00:00 +00:00
parent 0e601995ec
commit 723f81e46f
5 changed files with 123 additions and 3 deletions

View file

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