0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 06:58:59 +02:00
bitwarden_rs/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 lines
58 B
SQL

ALTER TABLE attachments MODIFY file_size BIGINT NOT NULL;