mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-08 02:15:02 -04:00
refactor: replace TypeORM with knex.js
Co-authored-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
74d50daa0b
commit
c9faf81e27
242 changed files with 4601 additions and 6871 deletions
|
@ -33,12 +33,12 @@ exports[`NotesService toNoteDto works 1`] = `
|
|||
},
|
||||
],
|
||||
},
|
||||
"primaryAddress": "testAlias",
|
||||
"primaryAlias": "testAlias",
|
||||
"tags": [
|
||||
"tag1",
|
||||
],
|
||||
"title": "mockTitle",
|
||||
"updateUsername": "hardcoded",
|
||||
"lastUpdatedBy": "hardcoded",
|
||||
"updatedAt": "2019-02-04T20:34:12.000Z",
|
||||
"version": undefined,
|
||||
"viewCount": 1337,
|
||||
|
@ -76,12 +76,12 @@ exports[`NotesService toNoteMetadataDto works 1`] = `
|
|||
},
|
||||
],
|
||||
},
|
||||
"primaryAddress": "testAlias",
|
||||
"primaryAlias": "testAlias",
|
||||
"tags": [
|
||||
"tag1",
|
||||
],
|
||||
"title": "mockTitle",
|
||||
"updateUsername": "hardcoded",
|
||||
"lastUpdatedBy": "hardcoded",
|
||||
"updatedAt": "2019-02-04T20:34:12.000Z",
|
||||
"version": undefined,
|
||||
"viewCount": 1337,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue