feat(db): adicionar coluna attachmentMaxSizeMb em userPreferences

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-03-30 18:45:41 +00:00
parent 49731238e4
commit 6ce132fe0c
4 changed files with 3055 additions and 173 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "preferencias_usuario" ADD COLUMN "attachment_max_size_mb" integer DEFAULT 50 NOT NULL;