chore: mark all as read in notifications
This commit is contained in:
@@ -4,7 +4,9 @@ export abstract class BaseEntity {
|
||||
@PrimaryGeneratedColumn("uuid")
|
||||
id: string;
|
||||
|
||||
@CreateDateColumn()
|
||||
@CreateDateColumn({
|
||||
type: "timestamptz",
|
||||
})
|
||||
createdAt: Date;
|
||||
|
||||
@UpdateDateColumn()
|
||||
|
||||
Reference in New Issue
Block a user