letter outgoint attachment

This commit is contained in:
efrilm
2025-12-05 22:40:16 +07:00
parent 43f67a5381
commit 7b9db24c83
5 changed files with 11 additions and 5 deletions
@@ -0,0 +1,2 @@
ALTER TABLE letter_outgoing_attachments
ADD COLUMN IF NOT EXISTS is_final BOOLEAN NOT NULL DEFAULT FALSE;