feat(#3): Use Latex for PDF output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user