1
0
Fork 0
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:
BlackDex 2024-01-17 16:29:34 +01:00 committed by Daniel García
commit e63db03c28
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A

View file

@ -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;