diff --git a/legalconsenthub-backend/src/main/resources/db/migrations/001-schema.sql b/legalconsenthub-backend/src/main/resources/db/migrations/001-schema.sql index 27df93d..dad7427 100644 --- a/legalconsenthub-backend/src/main/resources/db/migrations/001-schema.sql +++ b/legalconsenthub-backend/src/main/resources/db/migrations/001-schema.sql @@ -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')),