mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
5 lines
118 B
SQL
5 lines
118 B
SQL
update site_configs SET
|
|
key = 'notification_banners',
|
|
value = concat('[', value, ']')
|
|
where key = 'service_banner';
|