feat(#3): Use Latex for PDF output

This commit is contained in:
2025-12-22 10:34:03 +01:00
parent 374c8d8905
commit 9999ac3bb4
12 changed files with 473 additions and 29 deletions

View File

@@ -57,7 +57,7 @@ create table form_element_options
processing_purpose smallint not null check (processing_purpose between 0 and 3),
form_element_id uuid not null,
label varchar(255) not null,
option_value varchar(255) not null
option_value TEXT not null
);
create table form_element
@@ -136,7 +136,9 @@ alter table if exists application_form_version
add constraint FKpfri4lhy9wqfsp8esabedkq6c
foreign key (application_form_id)
references application_form
on delete cascade;
on
delete
cascade;
alter table if exists application_form_version
add constraint FKl6fbcrvh439gbwgcvvfyxaggi