mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-05 19:42:39 +02:00
Add new database fields
This commit is contained in:
parent
eeeb27161c
commit
0d86dab5fe
5 changed files with 89 additions and 6 deletions
|
@ -60,5 +60,6 @@ export const prepareDeviceEntry = ({ familyId, userId, deviceAuthToken, deviceId
|
|||
highestOverlayPermission: 'not granted',
|
||||
asEnabled: false,
|
||||
wasAsEnabled: false,
|
||||
activityLevelBlocking: false
|
||||
activityLevelBlocking: false,
|
||||
isQorLater: false
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue