fix(#25): Update database sql schema

This commit is contained in:
2025-12-06 10:33:00 +01:00
parent 64fa22f557
commit f1b66c184b

View File

@@ -63,7 +63,7 @@ create table form_element_options
create table form_element
(
form_element_order integer,
type smallint not null check (type between 0 and 5),
type smallint not null check (type between 0 and 6),
form_element_sub_section_id uuid not null,
id uuid not null,
condition_type varchar(255) check (condition_type in ('SHOW', 'HIDE')),