mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
chore: rename notification banners to announcement banners (#13419)
This commit is contained in:
committed by
GitHub
parent
de8149fbfd
commit
b248f125e1
@ -0,0 +1,3 @@
|
||||
update site_configs SET
|
||||
key = 'notification_banners'
|
||||
where key = 'announcement_banners';
|
@ -0,0 +1,3 @@
|
||||
update site_configs SET
|
||||
key = 'announcement_banners'
|
||||
where key = 'notification_banners';
|
Reference in New Issue
Block a user