Add Anmerkungen field
Some checks failed
/ Run tests (push) Failing after 15s
/ Run system tests (push) Failing after 14s
/ Build, push and deploy image (push) Has been skipped

This commit is contained in:
david 2024-10-27 18:25:25 +01:00
parent fc71cd4a09
commit 22c6594af1
5 changed files with 8 additions and 0 deletions

View file

@ -11,6 +11,7 @@ class Check < ApplicationRecord
enum :conformity_level, %i[A AA AAA]
enum :priority, %i[highest high normal low]
has_rich_text :annotation_de
has_rich_text :conformity_notice_de
has_rich_text :conformity_notice_en
has_rich_text :quick_criterion_de