mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Remove AuthorColor entity
It will be replaced with the Author entity, that will save the color Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
fddb7e8c8c
commit
283ec673cf
17 changed files with 7 additions and 98 deletions
|
@ -12,7 +12,6 @@ import { Authorship } from './revisions/authorship.entity';
|
|||
import { NoteGroupPermission } from './permissions/note-group-permission.entity';
|
||||
import { NoteUserPermission } from './permissions/note-user-permission.entity';
|
||||
import { Group } from './groups/group.entity';
|
||||
import { AuthorColor } from './notes/author-color.entity';
|
||||
import { HistoryEntry } from './history/history-entry.entity';
|
||||
import { MediaUpload } from './media/media-upload.entity';
|
||||
import { Tag } from './notes/tag.entity';
|
||||
|
@ -33,7 +32,6 @@ createConnection({
|
|||
NoteGroupPermission,
|
||||
NoteUserPermission,
|
||||
Group,
|
||||
AuthorColor,
|
||||
HistoryEntry,
|
||||
MediaUpload,
|
||||
Tag,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue