mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add database migration for activity level blocking
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user