dukcapil/migrations/000045_add_is_final_to_letter_outgoing_attachments.up.sql
2025-12-05 22:40:16 +07:00

2 lines
109 B
SQL

ALTER TABLE letter_outgoing_attachments
ADD COLUMN IF NOT EXISTS is_final BOOLEAN NOT NULL DEFAULT FALSE;