chatdesk-ui/storage_v1.19.1/migrations/tenant/0013-add-bucket-custom-limi...

2 lines
180 B
SQL

alter table storage.buckets add column if not exists max_file_size_kb int default null;
alter table storage.buckets add column if not exists allowed_mime_types text[] default null;