feature/#65-notifications #165

Merged
jkeffects merged 16 commits from feature/#65-notifications into develop 2026-01-05 14:14:15 +00:00
Owner
No description provided.
This occurs if a backup is created before schema migration.
This occurs if a backup is created within a migration run
when a database schema is migrated via a backup restore.

Currently, this only applies when upgrading from a version earlier
than v1.11.x to a newer version that includes database changes.
typeorm returned nested objects to a query.
The nested objects were flattened. The count remained equal to the count
of objects from typeorm.
This resulted in missing results as the count was interpreted wrong.
# Conflicts:
#	src/data-source.ts
Reviewed-on: #162
Reviewed-on: #163
# Conflicts:
#	src/service/management/userService.ts
Reviewed-on: #164
# Conflicts:
#	src/data-source.ts
jkeffects changed target branch from main to develop 2026-01-05 13:47:38 +00:00
jkeffects changed title from WIP: feature/#65-notifications to feature/#65-notifications 2026-01-05 14:13:40 +00:00
jkeffects merged commit 334191f23f into develop 2026-01-05 14:14:15 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
FF-Admin/ff-admin-server!165
No description provided.