mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-01 16:49:09 +00:00
Update PostgreSQL migration
This commit is contained in:
parent
9247481dae
commit
e63db03c28
1 changed files with 3 additions and 1 deletions
|
@ -1 +1,3 @@
|
|||
ALTER TABLE attachments MODIFY file_size BIGINT NOT NULL;
|
||||
ALTER TABLE attachments
|
||||
ALTER COLUMN file_size TYPE BIGINT,
|
||||
ALTER COLUMN file_size SET NOT NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue