Files
coder/coderd/database/migrations/000208_notification_banners.up.sql
2024-05-08 15:40:43 -06:00

5 lines
118 B
SQL

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