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