History: Add HistoryEntry

With this the backend now can hold a history entry.
Also included in this commit are some minor changes to tests and services so they can still work.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-02-03 21:15:39 +01:00 committed by David Mehren
parent 2ee8ff4d91
commit 300b464efd
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
7 changed files with 72 additions and 2 deletions

View file

@ -28,6 +28,7 @@ describe('AuthService', () => {
id: '1',
identities: [],
ownedNotes: [],
historyEntries: [],
updatedAt: new Date(),
userName: 'Testy',
};