mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-05 02:08:08 +09:00
Use bigint
This commit is contained in:
parent
194c28828f
commit
a20f99da7a
@ -71,7 +71,7 @@ export class Instance {
|
||||
/**
|
||||
* ドライブ使用量
|
||||
*/
|
||||
@Column('integer', {
|
||||
@Column('bigint', {
|
||||
default: 0,
|
||||
})
|
||||
public driveUsage: number;
|
||||
|
Loading…
Reference in New Issue
Block a user