mirror of
https://github.com/standardnotes/server
synced 2026-07-14 18:01:42 -04:00
refactor: vault files
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user