mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-01 23:58:58 -04:00
feat(knex): create database interfaces and knexjs nest integration
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
902abf72e6
commit
a9183e82bf
93 changed files with 760 additions and 2927 deletions
|
@ -3,9 +3,9 @@
|
|||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
import { User } from '../../database/user.entity';
|
||||
import { Group } from '../../groups/group.entity';
|
||||
import { SpecialGroup } from '../../groups/groups.special';
|
||||
import { User } from '../../users/user.entity';
|
||||
import { NoteGroupPermission } from '../note-group-permission.entity';
|
||||
import { NotePermission } from '../note-permission.enum';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue