mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix missing number
This commit is contained in:
parent
2ad92ed3d2
commit
fb309a5ee0
@ -60,7 +60,7 @@ export class Account extends BaseEntity {
|
||||
name: 'balance_date',
|
||||
type: 'datetime',
|
||||
precision: 3,
|
||||
default: () => 'CURRENT_TIMESTAMP()',
|
||||
default: () => 'CURRENT_TIMESTAMP(3)',
|
||||
})
|
||||
balanceDate: Date
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user