mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-07-28 18:55:05 +03:00
Improve file limit handling (#4242)
* Improve file limit handling * Oops * Update PostgreSQL migration * Review comments --------- Co-authored-by: BlackDex <black.dex@gmail.com>
This commit is contained in:
co-authored by
BlackDex
parent
8b66e34415
commit
edf7484a70
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE attachments
|
||||
ALTER COLUMN file_size TYPE BIGINT,
|
||||
ALTER COLUMN file_size SET NOT NULL;
|
||||
Reference in New Issue
Block a user