Files
coder/coderd/database/migrations/000208_notification_banners.up.sql
T

5 lines
118 B
SQL

update site_configs SET
key = 'notification_banners',
value = concat('[', value, ']')
where key = 'service_banner';