fix(system-message): add volatile cluster setting model default

This commit is contained in:
Sarah Vaupel 2022-04-21 23:23:20 +02:00
parent 457776de9f
commit 6655582ace

View File

@ -3,7 +3,7 @@
SystemMessage json
from UTCTime Maybe -- Message is not shown before this date has passed (never shown, if null)
to UTCTime Maybe -- Message is shown until this date has passed (shown forever, if null)
onVolatileClusterSettings SystemMessageVolatileClusterSettings -- Message is shown when given volatile cluster settings have given values
onVolatileClusterSettings SystemMessageVolatileClusterSettings default="'{}'::jsonb" -- Message is shown when given volatile cluster settings have given values
newsOnly Bool default=false
authenticatedOnly Bool -- Show message to all users upon visiting the site or only upon login?
severity MessageStatus -- Success, Warning, Error, Info, ...