Merge pull request 'FIX: Adiciona migration 028 para coluna media_filename nas mensagens' (#2) from fix/media-bugs into dev
Some checks failed
Deploy Dev / Deploy para VM Dev (push) Failing after 3s

Reviewed-on: #2
This commit is contained in:
Rafael Alves Lopes 2026-07-23 11:29:03 -03:00
commit ae199a9bd0

View File

@ -0,0 +1,5 @@
-- Migration 028: Nome do arquivo de mídia nas mensagens
-- Permite exibir o nome original do arquivo (ex: relatorio.pdf) na interface.
ALTER TABLE mensagens
ADD COLUMN IF NOT EXISTS media_filename VARCHAR(512);