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 committed by David Mehren
parent 7d9344a95d
commit 5246f0c05d
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
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;