mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 09:45:37 -04:00
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:
parent
db02621d49
commit
17ceb9c31f
2 changed files with 46 additions and 46 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue