refactor: vault files

This commit is contained in:
Mo
2023-05-28 14:11:31 -05:00
parent 690f18708a
commit 94deab2ee0
69 changed files with 761 additions and 212 deletions
@@ -29,6 +29,14 @@ export class CreateVault1684173017359 implements MigrationInterface {
name: 'vault_key_timestamp',
type: 'bigint',
}),
new TableColumn({
name: 'file_upload_bytes_used',
type: 'bigint',
}),
new TableColumn({
name: 'file_upload_bytes_limit',
type: 'bigint',
}),
new TableColumn({
name: 'created_at_timestamp',
type: 'bigint',