update: commnent notification entity
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Column, Entity } from "typeorm";
|
||||
import { BaseEntity } from "../../../common/entities/base.entity";
|
||||
// import { Column, Entity } from "typeorm";
|
||||
// import { BaseEntity } from "../../../common/entities/base.entity";
|
||||
|
||||
@Entity()
|
||||
export class Notification extends BaseEntity {
|
||||
@Column({ type: "" })
|
||||
}
|
||||
// @Entity()
|
||||
// export class Notification extends BaseEntity {
|
||||
// @Column({ type: "" })
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user