mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-13 14:33:52 +00:00
Improve file limit handling
This commit is contained in:
parent
1d00e34bbb
commit
caca696f56
26 changed files with 271 additions and 96 deletions
|
@ -0,0 +1 @@
|
|||
ALTER TABLE attachments MODIFY file_size BIGINT NOT NULL;
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE attachments MODIFY file_size BIGINT NOT NULL;
|
|
@ -0,0 +1 @@
|
|||
-- Integer size in SQLite is already i64, so we don't need to do anything
|
Loading…
Add table
Add a link
Reference in a new issue