mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-05 02:39:48 +02:00
Add database migration for activity level blocking
This commit is contained in:
parent
0e601995ec
commit
723f81e46f
5 changed files with 123 additions and 3 deletions
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue