Browse Source

Update PostgreSQL migration

pull/4242/head
BlackDex 2 years ago
committed by Daniel García
parent
commit
e63db03c28
No known key found for this signature in database GPG Key ID: FC8A7D14C3CD543A
  1. 4
      migrations/postgresql/2024-01-12-210182_change_attachment_size/up.sql

4
migrations/postgresql/2024-01-12-210182_change_attachment_size/up.sql

@ -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…
Cancel
Save