mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add new database fields
This commit is contained in:
@@ -51,7 +51,8 @@ export async function dispatchCreateCategory ({ action, cache }: {
|
||||
assignedAppsVersion: generateVersionId(),
|
||||
usedTimesVersion: generateVersionId(),
|
||||
parentCategoryId: '',
|
||||
blockAllNotifications: false
|
||||
blockAllNotifications: false,
|
||||
timeWarningFlags: 0
|
||||
}, { transaction: cache.transaction })
|
||||
|
||||
// update the cache
|
||||
|
||||
Reference in New Issue
Block a user