Removed special table name in Note object

and changed table names in plantuml file

Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
Yannick Bungers 2021-01-23 00:41:49 +01:00
parent db02621d49
commit 17ceb9c31f
2 changed files with 46 additions and 46 deletions

View file

@ -21,7 +21,7 @@ import { User } from '../users/user.entity';
import { AuthorColor } from './author-color.entity';
import { Tag } from './tag.entity';
@Entity('Notes')
@Entity()
export class Note {
@PrimaryGeneratedColumn('uuid')
id: string;