This repository has been archived on 2026-08-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
beenvoice-web/drizzle/0019_pdf_font_family.sql
T
2026-06-26 23:07:43 -04:00

3 lines
105 B
SQL

ALTER TABLE "beenvoice_platform_setting"
ADD COLUMN "pdfFontFamily" varchar(20) DEFAULT 'sans' NOT NULL;