Merge branch 'devops-staging' into 'master'

Devops staging

See merge request empatnusabangsa/ppob/ppob-backend!224
This commit is contained in:
ilham dwi pratama 2023-01-06 06:29:31 +00:00
commit 6746278b6c

View File

@ -13,7 +13,11 @@ export class COA extends BaseModel {
@Column('text')
balanceType: balanceType;
@Column()
@Column({
type: 'numeric',
precision: 20,
scale: 2,
})
amount: number;
@Column({