1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-05-18 23:10:05 +02:00
vaultwarden/migrations/mysql/2024-01-12-210182_change_attachment_size/up.sql
Daniel García edf7484a70
Improve file limit handling (#4242)
* Improve file limit handling

* Oops

* Update PostgreSQL migration

* Review comments

---------

Co-authored-by: BlackDex <black.dex@gmail.com>
2024-01-27 02:43:26 +01:00

2 Zeilen
58 B
SQL

ALTER TABLE attachments MODIFY file_size BIGINT NOT NULL;