mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
missing change for changed event database model
This commit is contained in:
parent
d1f72891e0
commit
cf0af5dc85
@ -27,7 +27,7 @@ export class Event extends BaseEntity {
|
|||||||
@CreateDateColumn({
|
@CreateDateColumn({
|
||||||
name: 'created_at',
|
name: 'created_at',
|
||||||
type: 'datetime',
|
type: 'datetime',
|
||||||
default: () => 'CURRENT_TIMESTAMP()',
|
default: () => 'CURRENT_TIMESTAMP(3)',
|
||||||
nullable: false,
|
nullable: false,
|
||||||
})
|
})
|
||||||
createdAt: Date
|
createdAt: Date
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user